|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
#include <OgreLodCollapseCostCurvature.h>
 Inheritance diagram for Ogre::LodCollapseCostCurvature:
 Inheritance diagram for Ogre::LodCollapseCostCurvature:| Public Member Functions | |
| Real | computeEdgeCollapseCost (LodData *data, LodData::VertexI srci, LodData::Edge *dstEdge) override | 
| Returns the collapse cost of the given edge. | |
|  Public Member Functions inherited from Ogre::LodCollapseCost | |
| virtual | ~LodCollapseCost () | 
| virtual void | computeVertexCollapseCost (LodData *data, LodData::VertexI vertexi, Real &collapseCost, LodData::VertexI &collapseToi) | 
| Called by initVertexCollapseCost and updateVertexCollapseCost, when the vertex minimal cost needs to be updated. | |
| virtual void | initCollapseCosts (LodData *data) | 
| This is called after the LodInputProvider has initialized LodData. | |
| virtual void | initVertexCollapseCost (LodData *data, LodData::VertexI vertexi) | 
| Called from initCollapseCosts for every edge. | |
| virtual void | updateVertexCollapseCost (LodData *data, LodData::VertexI vertexi) | 
| Called when edge cost gets invalid. | |
| 
 | overridevirtual | 
Returns the collapse cost of the given edge.
Implements Ogre::LodCollapseCost.