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

#include <Diagnostics.h>

Public Types

typedef tree::LeafManager< TreeType > LeafArray
 
typedef TreeType::ValueType ValueType
 
typedef std::set< ValueTypeSetType
 

Public Member Functions

 InactiveVoxelValues (LeafArray &, size_t numValues)
 
void runParallel ()
 
void runSerial ()
 
void getInactiveValues (SetType &) const
 
 InactiveVoxelValues (const InactiveVoxelValues< TreeType > &, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &)
 
void join (const InactiveVoxelValues< TreeType > &)
 

Member Typedef Documentation

typedef tree::LeafManager<TreeType> LeafArray
typedef std::set<ValueType> SetType
typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

InactiveVoxelValues ( LeafArray leafs,
size_t  numValues 
)
InactiveVoxelValues ( const InactiveVoxelValues< TreeType > &  rhs,
tbb::split   
)
inline

Member Function Documentation

void getInactiveValues ( SetType values) const
inline
void join ( const InactiveVoxelValues< TreeType > &  rhs)
inline
void operator() ( const tbb::blocked_range< size_t > &  range)
inline
void runParallel ( )
void runSerial ( )

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