#include <lloctree.h>


Public Types | |
| typedef LLTreeListener< T > | BaseType |
| typedef LLOctreeNode< T > | oct_node |
Public Member Functions | |
| virtual void | handleChildAddition (const oct_node *parent, oct_node *child)=0 |
| virtual void | handleChildRemoval (const oct_node *parent, const oct_node *child)=0 |
Definition at line 56 of file lloctree.h.
| typedef LLTreeListener<T> LLOctreeListener< T >::BaseType |
| typedef LLOctreeNode<T> LLOctreeListener< T >::oct_node |
Definition at line 60 of file lloctree.h.
| virtual void LLOctreeListener< T >::handleChildAddition | ( | const oct_node * | parent, | |
| oct_node * | child | |||
| ) | [pure virtual] |
Implemented in LLSpatialGroup.
Referenced by LLOctreeNode< T >::addChild().

| virtual void LLOctreeListener< T >::handleChildRemoval | ( | const oct_node * | parent, | |
| const oct_node * | child | |||
| ) | [pure virtual] |
Implemented in LLSpatialGroup.
Referenced by LLOctreeNode< T >::removeChild().

1.5.5