OpenVDB
6.0.0
|
NodeChain<RootNodeType, RootNodeType::LEVEL>::Type is a boost::mpl::vector that lists the types of the nodes of the tree rooted at RootNodeType in reverse order, from LeafNode to RootNode. More...
#include <RootNode.h>
Public Types | |
using | SubtreeT = typename NodeChain< typename HeadT::ChildNodeType, HeadLevel-1 >::Type |
using | Type = typename boost::mpl::push_back< SubtreeT, HeadT >::type |
NodeChain<RootNodeType, RootNodeType::LEVEL>::Type is a boost::mpl::vector that lists the types of the nodes of the tree rooted at RootNodeType in reverse order, from LeafNode to RootNode.
For example, if RootNodeType is
then NodeChain::Type is