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 <openvdb/tree/Tree.h>
Public Types | |
using | Type = Tree<RootNode<InternalNode<LeafNode<T, N2>, N1>>> |
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.