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

#include <MeshToVolume.h>

Public Types

typedef TreeType::LeafNodeType LeafNodeType
 

Public Member Functions

 ComputeNodeConnectivity (const TreeType &tree, const Coord *coordinates, size_t *offsets, size_t numNodes, const CoordBBox &bbox)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 
size_t findNeighbourNode (tree::ValueAccessor< const TreeType > &acc, const Coord &start, const Coord &step) const
 

Member Typedef Documentation

typedef TreeType::LeafNodeType LeafNodeType

Constructor & Destructor Documentation

ComputeNodeConnectivity ( const TreeType &  tree,
const Coord *  coordinates,
size_t *  offsets,
size_t  numNodes,
const CoordBBox &  bbox 
)
inline

Member Function Documentation

size_t findNeighbourNode ( tree::ValueAccessor< const TreeType > &  acc,
const Coord &  start,
const Coord &  step 
) const
inline
void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

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