OpenVDB  3.2.0
Public Types | Public Member Functions | List of all members
CombineLeafNodes< TreeType > Class Template Reference

#include <MeshToVolume.h>

Public Types

typedef TreeType::template ValueConverter< Int32 >::Type Int32TreeType
 
typedef TreeType::LeafNodeType LeafNodeType
 
typedef Int32TreeType::LeafNodeType Int32LeafNodeType
 

Public Member Functions

 CombineLeafNodes (TreeType &lhsDistTree, Int32TreeType &lhsIdxTree, LeafNodeType **rhsDistNodes, Int32LeafNodeType **rhsIdxNodes)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

typedef Int32TreeType::LeafNodeType Int32LeafNodeType
typedef TreeType::template ValueConverter<Int32>::Type Int32TreeType
typedef TreeType::LeafNodeType LeafNodeType

Constructor & Destructor Documentation

CombineLeafNodes ( TreeType &  lhsDistTree,
Int32TreeType lhsIdxTree,
LeafNodeType **  rhsDistNodes,
Int32LeafNodeType **  rhsIdxNodes 
)
inline

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

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