Collaboration diagram for col::ElemDop:
Debugging | |
static unsigned int | sortindex |
bool | operator< (const ElemDop &other) const |
Comparison operators. | |
bool | operator> (const ElemDop &other) const |
bool | operator<= (const ElemDop &other) const |
bool | operator>= (const ElemDop &other) const |
void | operator= (const ElemDop &other) |
static void | setSortIndex (unsigned int index) |
Public Attributes | |
Dop | d |
const osg::MFPnt3f * | points |
unsigned int | pgon [MaxNVertices] |
unsigned int | nvertices |
osg::GeometryPtr | geo |
unsigned int | index |
Pnt3f | center |
Dop | cc |
This is only needed for the construction process
bool col::ElemDop::operator< | ( | const ElemDop & | other | ) | const |
Comparison operators.
The DOPs should have been blown up a little already; no epsilon threshold is included in the comparison.
unsigned int col::ElemDop::sortindex [static] |