![]() |
OGRE
1.12.12
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodData.h>
Public Member Functions | |
Edge (Vertex *destination) | |
Edge (const Edge &b) | |
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 |
Ogre::LodData::Edge::Edge | ( | const Edge & | b | ) |
bool Ogre::LodData::Edge::operator== | ( | const Edge & | other | ) | const |
bool Ogre::LodData::Edge::operator< | ( | const Edge & | other | ) | const |
Vertex* Ogre::LodData::Edge::dst |
Real Ogre::LodData::Edge::collapseCost |
int Ogre::LodData::Edge::refCount |