OpenVDB
2.1.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 | |
typedef NodeChain< typename HeadT::ChildNodeType, HeadLevel-1 >::Type | SubtreeT |
typedef boost::mpl::push_back < SubtreeT, HeadT >::type | 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