#include <lloctree.h>
Inheritance diagram for LLOctreeListener< T >:


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 57 of file lloctree.h.
| typedef LLTreeListener<T> LLOctreeListener< T >::BaseType |
| typedef LLOctreeNode<T> LLOctreeListener< T >::oct_node |
Definition at line 61 of file lloctree.h.
| virtual void LLOctreeListener< T >::handleChildAddition | ( | const oct_node * | parent, | |
| oct_node * | child | |||
| ) | [pure virtual] |
| virtual void LLOctreeListener< T >::handleChildRemoval | ( | const oct_node * | parent, | |
| const oct_node * | child | |||
| ) | [pure virtual] |
1.4.7