OpenSceneGraph
3.0.1
|
Public Member Functions | |
void | clear () |
bool | operator< (const Edge &rhs) const |
bool | operator== (const Edge &rhs) const |
bool | operator!= (const Edge &rhs) const |
void | setOrderedPoints (Point *p1, Point *p2) |
void | addTriangle (Triangle *triangle) |
bool | isBoundaryEdge () const |
bool | isAdjacentToBoundary () const |
bool | endConnected (const Edge &rhs) const |
bool | beginConnected (const Edge &rhs) const |
Public Attributes | |
osg::ref_ptr< Point > | _p1 |
osg::ref_ptr< Point > | _p2 |
osg::ref_ptr< Point > | _op1 |
osg::ref_ptr< Point > | _op2 |
TriangleSet | _triangles |
void osgUtil::EdgeCollector::Edge::addTriangle | ( | Triangle * | triangle | ) | [inline] |
bool osgUtil::EdgeCollector::Edge::beginConnected | ( | const Edge & | rhs | ) | const [inline] |
References _op2.
void osgUtil::EdgeCollector::Edge::clear | ( | ) |
bool osgUtil::EdgeCollector::Edge::endConnected | ( | const Edge & | rhs | ) | const [inline] |
References _op1.
bool osgUtil::EdgeCollector::Edge::isAdjacentToBoundary | ( | ) | const [inline] |
bool osgUtil::EdgeCollector::Edge::isBoundaryEdge | ( | ) | const [inline] |
bool osgUtil::EdgeCollector::Edge::operator!= | ( | const Edge & | rhs | ) | const |
bool osgUtil::EdgeCollector::Edge::operator< | ( | const Edge & | rhs | ) | const |
bool osgUtil::EdgeCollector::Edge::operator== | ( | const Edge & | rhs | ) | const |
void osgUtil::EdgeCollector::Edge::setOrderedPoints | ( | Point * | p1, |
Point * | p2 | ||
) |
Referenced by endConnected().
Referenced by beginConnected().
![]() | Generated at Fri Apr 27 2012 20:51:44 for the OpenSceneGraph by doxygen 1.8.0. |