|  | OGRE-Next 4.0.0unstable
    Object-Oriented Graphics Rendering Engine | 
#include <OgreLodCollapseCostQuadric.h>
 Inheritance diagram for Ogre::LodCollapseCostQuadric:
 Inheritance diagram for Ogre::LodCollapseCostQuadric:| Public Member Functions | |
| Real | computeEdgeCollapseCost (LodData *data, LodData::VertexI srci, LodData::Edge *dstEdge) override | 
| Returns the collapse cost of the given edge. | |
| void | initCollapseCosts (LodData *data) override | 
| This is called after the LodInputProvider has initialized LodData. | |
| void | updateVertexCollapseCost (LodData *data, LodData::VertexI vertexi) override | 
| Called when edge cost gets invalid. | |
|  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 | initVertexCollapseCost (LodData *data, LodData::VertexI vertexi) | 
| Called from initCollapseCosts for every edge. | |
| 
 | overridevirtual | 
Returns the collapse cost of the given edge.
Implements Ogre::LodCollapseCost.
| 
 | overridevirtual | 
This is called after the LodInputProvider has initialized LodData.
Reimplemented from Ogre::LodCollapseCost.
| 
 | overridevirtual | 
Called when edge cost gets invalid.
Reimplemented from Ogre::LodCollapseCost.