OpenSceneGraph 2.8.4
|
Public Member Functions | |
Edge () | |
Edge (unsigned int p1, unsigned int p2) | |
bool | operator< (const Edge &rhs) const |
bool | addTriangle (unsigned int tri) const |
bool | boundaryEdge () const |
Public Attributes | |
unsigned int | _p1 |
unsigned int | _p2 |
int | _t1 |
int | _t2 |
osg::Vec3 | _normal |
osgShadow::OccluderGeometry::Edge::Edge | ( | ) | [inline] |
osgShadow::OccluderGeometry::Edge::Edge | ( | unsigned int | p1, |
unsigned int | p2 | ||
) | [inline] |
bool osgShadow::OccluderGeometry::Edge::addTriangle | ( | unsigned int | tri | ) | const [inline] |
bool osgShadow::OccluderGeometry::Edge::boundaryEdge | ( | ) | const [inline] |
bool osgShadow::OccluderGeometry::Edge::operator< | ( | const Edge & | rhs | ) | const [inline] |
unsigned int osgShadow::OccluderGeometry::Edge::_p1 |
Referenced by osgShadow::OccluderGeometry::isLightPointSilhouetteEdge(), and operator<().
unsigned int osgShadow::OccluderGeometry::Edge::_p2 |
Referenced by operator<().
int osgShadow::OccluderGeometry::Edge::_t1 [mutable] |
int osgShadow::OccluderGeometry::Edge::_t2 [mutable] |
![]() | Generated at Sun Jan 8 2012 13:16:50 for the OpenSceneGraph by doxygen 1.7.4. |