OpenVDB  2.0.0
Public Types | List of all members
Tree3< T, N1, N2 > Struct Template Reference

Tree3<T, N1, N2>::Type is the type of a three-level tree (Root, Internal, Leaf) with value type T and internal and leaf node log dimensions N1 and N2, respectively. More...

#include <Tree.h>

Public Types

typedef Tree< RootNode
< InternalNode< LeafNode< T,
N2 >, N1 > > > 
Type
 

Detailed Description

template<typename T, Index N1, Index N2>
struct openvdb::v2_0_0::tree::Tree3< T, N1, N2 >

Tree3<T, N1, N2>::Type is the type of a three-level tree (Root, Internal, Leaf) with value type T and internal and leaf node log dimensions N1 and N2, respectively.

Note
This is NOT the standard tree configuration (Tree4 is).

Member Typedef Documentation

typedef Tree<RootNode<InternalNode<LeafNode<T, N2>, N1> > > Type

The documentation for this struct was generated from the following file: