Coin
4.0.3
Coin3D core library
|
This is the complete list of members for SbOctTree, including all inherited members.
addItem(void *const item) | SbOctTree | |
clear(void) | SbOctTree | |
debugTree(FILE *fp) (defined in SbOctTree) | SbOctTree | |
findItems(const SbVec3f &pos, SbList< void * > &destarray, const SbBool removeduplicates=TRUE) const | SbOctTree | |
findItems(const SbBox3f &box, SbList< void * > &destarray, const SbBool removeduplicates=TRUE) const | SbOctTree | |
findItems(const SbSphere &sphere, SbList< void * > &destarray, const SbBool removeduplicates=TRUE) const | SbOctTree | |
findItems(const SbPlane *const planes, const int numplanes, SbList< void * > &destarray, const SbBool removeduplicates=TRUE) const | SbOctTree | |
getBoundingBox(void) const | SbOctTree | |
removeItem(void *const item) | SbOctTree | |
SbOctTree(const SbBox3f &bbox, const SbOctTreeFuncs &itemfuncs, const int maxitemspernode=64) | SbOctTree | |
~SbOctTree() | SbOctTree |