OpenVDB  4.0.1
Classes | Public Types | Public Member Functions | List of all members
BuildPrimarySegment< TreeType, Operation > Struct Template Reference

#include <Composite.h>

Public Types

typedef TreeType::ValueType ValueType
 
typedef TreeType::Ptr TreePtrType
 
typedef TreeType::LeafNodeType LeafNodeType
 
typedef LeafNodeType::NodeMaskType NodeMaskType
 
typedef TreeType::RootNodeType RootNodeType
 
typedef RootNodeType::NodeChainType NodeChainType
 
typedef boost::mpl::at< NodeChainType, boost::mpl::int_< 1 > >::type InternalNodeType
 

Public Member Functions

 BuildPrimarySegment (const TreeType &lhs, const TreeType &rhs)
 
void operator() () const
 
TreePtrTypesegment ()
 

Member Typedef Documentation

typedef boost::mpl::at<NodeChainType, boost::mpl::int_<1> >::type InternalNodeType
typedef TreeType::LeafNodeType LeafNodeType
typedef RootNodeType::NodeChainType NodeChainType
typedef LeafNodeType::NodeMaskType NodeMaskType
typedef TreeType::RootNodeType RootNodeType
typedef TreeType::Ptr TreePtrType
typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

BuildPrimarySegment ( const TreeType &  lhs,
const TreeType &  rhs 
)
inline

Member Function Documentation

void operator() ( ) const
inline
TreePtrType& segment ( )
inline

The documentation for this struct was generated from the following file: