OpenVDB  3.2.0
Public Types | Public Member Functions | List of all members
IdentifyIntersectingVoxels< InputTreeType > Struct Template Reference

#include <VolumeToMesh.h>

Public Types

typedef InputTreeType::LeafNodeType InputLeafNodeType
 
typedef InputLeafNodeType::ValueType InputValueType
 
typedef InputTreeType::template ValueConverter< bool >::Type BoolTreeType
 

Public Member Functions

 IdentifyIntersectingVoxels (const InputTreeType &inputTree, const std::vector< const InputLeafNodeType * > &inputLeafNodes, BoolTreeType &intersectionTree, InputValueType iso)
 
 IdentifyIntersectingVoxels (IdentifyIntersectingVoxels &, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &)
 
void join (const IdentifyIntersectingVoxels &rhs)
 

Member Typedef Documentation

typedef InputTreeType::template ValueConverter<bool>::Type BoolTreeType
typedef InputTreeType::LeafNodeType InputLeafNodeType
typedef InputLeafNodeType::ValueType InputValueType

Constructor & Destructor Documentation

IdentifyIntersectingVoxels ( const InputTreeType &  inputTree,
const std::vector< const InputLeafNodeType * > &  inputLeafNodes,
BoolTreeType intersectionTree,
InputValueType  iso 
)
IdentifyIntersectingVoxels ( IdentifyIntersectingVoxels< InputTreeType > &  rhs,
tbb::split   
)

Member Function Documentation

void join ( const IdentifyIntersectingVoxels< InputTreeType > &  rhs)
inline
void operator() ( const tbb::blocked_range< size_t > &  range)

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