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::operator< | ( | const Edge & | rhs | ) | const [inline] |
bool osgShadow::OccluderGeometry::Edge::addTriangle | ( | unsigned int | tri | ) | const [inline] |
bool osgShadow::OccluderGeometry::Edge::boundaryEdge | ( | ) | const [inline] |
unsigned int osgShadow::OccluderGeometry::Edge::_p1 |
unsigned int osgShadow::OccluderGeometry::Edge::_p2 |
int osgShadow::OccluderGeometry::Edge::_t1 [mutable] |
int osgShadow::OccluderGeometry::Edge::_t2 [mutable] |