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