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

#include <VolumeToMesh.h>

Public Types

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

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

MaskIntersectingVoxels ( const InputTreeType &  inputTree,
const std::vector< BoolLeafNodeType * > &  nodes,
BoolTreeType intersectionTree,
InputValueType  iso 
)
MaskIntersectingVoxels ( MaskIntersectingVoxels< InputTreeType > &  rhs,
tbb::split   
)

Member Function Documentation

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

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