openscenegraph
Public Member Functions | Public Attributes | List of all members
osgShadow::OccluderGeometry::Edge Struct Reference

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
 

Constructor & Destructor Documentation

◆ Edge() [1/2]

osgShadow::OccluderGeometry::Edge::Edge ( )
inline

◆ Edge() [2/2]

osgShadow::OccluderGeometry::Edge::Edge ( unsigned int  p1,
unsigned int  p2 
)
inline

Member Function Documentation

◆ addTriangle()

bool osgShadow::OccluderGeometry::Edge::addTriangle ( unsigned int  tri) const
inline

◆ boundaryEdge()

bool osgShadow::OccluderGeometry::Edge::boundaryEdge ( ) const
inline

◆ operator<()

bool osgShadow::OccluderGeometry::Edge::operator< ( const Edge rhs) const
inline

Member Data Documentation

◆ _normal

osg::Vec3 osgShadow::OccluderGeometry::Edge::_normal
mutable

◆ _p1

unsigned int osgShadow::OccluderGeometry::Edge::_p1

◆ _p2

unsigned int osgShadow::OccluderGeometry::Edge::_p2

◆ _t1

int osgShadow::OccluderGeometry::Edge::_t1
mutable

◆ _t2

int osgShadow::OccluderGeometry::Edge::_t2
mutable

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