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

#include <MeshToVolume.h>

Public Types

typedef TreeType::LeafNodeType LeafNodeType
 
typedef TreeType::ValueType ValueType
 

Public Member Functions

 TransformValues (std::vector< LeafNodeType *> &nodes, ValueType voxelSize, bool unsignedDist)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

◆ LeafNodeType

typedef TreeType::LeafNodeType LeafNodeType

◆ ValueType

typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

◆ TransformValues()

TransformValues ( std::vector< LeafNodeType *> &  nodes,
ValueType  voxelSize,
bool  unsignedDist 
)
inline

Member Function Documentation

◆ operator()()

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

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