Inheritance diagram for ssgEntity:

Public Member Functions | |
| int | getTraversalMask () |
| void | setTraversalMask (int t) |
| void | setTraversalMaskBits (int t) |
| void | clrTraversalMaskBits (int t) |
| ssgTravCallback | getTravCallback (int cb_type) |
| void | setTravCallback (int cb_type, ssgTravCallback cb) |
| int | isDirtyBSphere (void) |
| sgSphere * | getBSphere () |
| virtual int | getNumKids (void) |
| int | getNumParents () |
| ssgBranch * | getParent (int p) |
| ssgBranch * | getNextParent () |
| void | addParent (ssgEntity *entity) |
| void | removeParent (ssgEntity *entity) |
Protected Member Functions | |
| void | emptyBSphere () |
| void | extendBSphere (sgSphere *s) |
| void | extendBSphere (sgBox *b) |
| void | extendBSphere (sgVec3 v) |
Protected Attributes | |
| sgSphere | bsphere |
| int | bsphere_is_invalid |
Definition at line 1107 of file ssg.h.
1.5.1