OpenVDB
1.1.0
|
#include <Tree.h>
Public Types | |
typedef Tree< RootNode < InternalNode< InternalNode < LeafNode< T, N3 >, N2 >, N1 > > > | Type |
Tree4<T, N1, N2, N3>::Type is the type of a four-level tree (Root, Internal, Internal, Leaf) with value type T and internal and leaf node log dimensions N1, N2 and N3, respectively. This is the standard tree configuration.
typedef Tree<RootNode<InternalNode<InternalNode<LeafNode<T, N3>, N2>, N1> > > Type |