| 
  
    Coin3D is Free Software, published under the BSD 3-clause license.  | 
  
    https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/  | 
 
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 |