OGRE  1.12.12
Object-Oriented Graphics Rendering Engine
Ogre::LodData::Edge Struct Reference

#include <OgreLodData.h>

Public Member Functions

 Edge (Vertex *destination)
 
 Edge (const Edge &b)
 
bool operator< (const Edge &other) const
 
Edgeoperator= (const Edge &b)
 
bool operator== (const Edge &other) const
 

Public Attributes

Real collapseCost
 
Vertexdst
 
int refCount
 

Constructor & Destructor Documentation

Ogre::LodData::Edge::Edge ( Vertex destination)
explicit
Ogre::LodData::Edge::Edge ( const Edge b)

Member Function Documentation

bool Ogre::LodData::Edge::operator== ( const Edge other) const
Edge& Ogre::LodData::Edge::operator= ( const Edge b)
bool Ogre::LodData::Edge::operator< ( const Edge other) const

Member Data Documentation

Vertex* Ogre::LodData::Edge::dst
Real Ogre::LodData::Edge::collapseCost
int Ogre::LodData::Edge::refCount

The documentation for this struct was generated from the following file: