![]() |
Public API Reference |
![]() |
Algorithm class that calculates the cost of a vertex. More...
#include <csgeom/trimeshlod.h>
Public Member Functions | |
virtual void | CalculateCost (csTriangleVerticesCost *vertices, csTriangleVertexCost *vertex)=0 |
Calculate the minimal cost of collapsing this vertex to some other. |
Algorithm class that calculates the cost of a vertex.
Definition at line 64 of file trimeshlod.h.
virtual void csTriangleLODAlgo::CalculateCost | ( | csTriangleVerticesCost * | vertices, |
csTriangleVertexCost * | vertex | ||
) | [pure virtual] |
Calculate the minimal cost of collapsing this vertex to some other.
Also remember which other vertex was selected for collapsing to.
Implemented in csTriangleLODAlgoEdge.