|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
#include <OgreLodData.h>
| Public Member Functions | |
| Edge (const Edge &b) | |
| Edge (Vertex *destination) | |
| bool | operator< (const Edge &other) const | 
| Edge & | operator= (const Edge &b) | 
| bool | operator== (const Edge &other) const | 
| Public Attributes | |
| Real | collapseCost | 
| Vertex * | dst | 
| int | refCount | 
| 
 | explicit | 
| Real Ogre::LodData::Edge::collapseCost | 
| Vertex* Ogre::LodData::Edge::dst | 
| int Ogre::LodData::Edge::refCount |