OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osgShadow::OccluderGeometry::Edge Struct Reference

#include <OccluderGeometry.h>

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
 

Detailed Description

Definition at line 85 of file OccluderGeometry.h.

Constructor & Destructor Documentation

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

Definition at line 87 of file OccluderGeometry.h.

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

Definition at line 93 of file OccluderGeometry.h.

Member Function Documentation

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

Definition at line 114 of file OccluderGeometry.h.

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

Definition at line 130 of file OccluderGeometry.h.

Here is the caller graph for this function:

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

Definition at line 107 of file OccluderGeometry.h.

Member Data Documentation

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

Definition at line 138 of file OccluderGeometry.h.

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

Definition at line 132 of file OccluderGeometry.h.

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

Definition at line 133 of file OccluderGeometry.h.

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

Definition at line 135 of file OccluderGeometry.h.

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

Definition at line 136 of file OccluderGeometry.h.


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