Panda3D
|
A temporary class used in EggVertex::write(), below, to hold the groups that reference each vertex prior to outputting them as a formatted list. More...
Public Member Functions | |
GroupRefEntry (EggGroup *group, double membership) | |
bool | operator< (const GroupRefEntry &other) const |
void | output (ostream &out) const |
Public Attributes | |
EggGroup * | _group |
double | _membership |
A temporary class used in EggVertex::write(), below, to hold the groups that reference each vertex prior to outputting them as a formatted list.
Definition at line 405 of file eggVertex.cxx.