Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SpaceTree< n > Class Template Reference

Spacial tree, like an octtree but generalized to n dimensions. More...

#include <spacetree.hh>

Collaboration diagram for SpaceTree< n >:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

template<unsigned int n>
class SpaceTree< n >

Spacial tree, like an octtree but generalized to n dimensions.

Definition at line 16 of file spacetree.hh.


Member Data Documentation

template<unsigned int n>
const SpaceTree< n >::TREE_N = 1<<n [static, private]
 

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.


The documentation for this class was generated from the following file:
Generated on Fri Feb 4 10:41:08 2005 for tracer by doxygen 1.3.5