OpenVDB
0.104.0
|
#include <ValueAccessor.h>
Public Types | |
typedef boost::mpl::vector < typename HeadT::ChildNodeType, HeadT > ::type | Type |
For level one nodes (either RootNode<LeafNode> or InternalNode<LeafNode>), InvertedTree::Type is either boost::mpl::vector<LeafNode, RootNode<LeafNode> > or boost::mpl::vector<LeafNode, InternalNode<LeafNode> >.
typedef boost::mpl::vector<typename HeadT::ChildNodeType, HeadT>::type Type |