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::clear | ( | ) |
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::addTriangle | ( | Triangle * | triangle | ) | [inline] |
bool osgUtil::EdgeCollector::Edge::isBoundaryEdge | ( | ) | const [inline] |
bool osgUtil::EdgeCollector::Edge::isAdjacentToBoundary | ( | ) | const [inline] |
bool osgUtil::EdgeCollector::Edge::endConnected | ( | const Edge & | rhs | ) | const [inline] |
References _op1.
bool osgUtil::EdgeCollector::Edge::beginConnected | ( | const Edge & | rhs | ) | const [inline] |
References _op2.
Referenced by endConnected().
Referenced by beginConnected().