OpenVDB
7.0.0
|
#include <Composite.h>
Public Types | |
using | ValueType = typename TreeType::ValueType |
using | TreePtrType = typename TreeType::Ptr |
using | LeafNodeType = typename TreeType::LeafNodeType |
using | NodeMaskType = typename LeafNodeType::NodeMaskType |
using | RootNodeType = typename TreeType::RootNodeType |
using | NodeChainType = typename RootNodeType::NodeChainType |
using | InternalNodeType = typename boost::mpl::at< NodeChainType, boost::mpl::int_< 1 > >::type |
Public Member Functions | |
BuildSecondarySegment (const TreeType &lhs, const TreeType &rhs) | |
void | operator() () const |
TreePtrType & | segment () |
using InternalNodeType = typename boost::mpl::at<NodeChainType, boost::mpl::int_<1> >::type |
using LeafNodeType = typename TreeType::LeafNodeType |
using NodeChainType = typename RootNodeType::NodeChainType |
using NodeMaskType = typename LeafNodeType::NodeMaskType |
using RootNodeType = typename TreeType::RootNodeType |
using TreePtrType = typename TreeType::Ptr |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
|
inline |