#include <spacetree.hh>
Collaboration diagram for SpaceTree< n >:

Private Attributes | |
| Tree< TREE_N, Object< n > > | tree |
| The actual tree used to represent the space. | |
Static Private Attributes | |
| const | TREE_N = 1<<n |
| The dimension of the actual tree used to store this. | |
Definition at line 16 of file spacetree.hh.
|
|||||
|
The dimension of the actual tree used to store this. Only a seperate symbol because the 1<<n within a template expression confuses doxygen. Definition at line 23 of file spacetree.hh. |
1.3.5