OpenVDB  1.2.0
Public Types | Public Member Functions | List of all members
CopyToDense< TreeT > Class Template Reference

Copy an OpenVDB tree into an existing dense grid. More...

#include <Dense.h>

Public Types

typedef TreeT::ValueType ValueT
 

Public Member Functions

 CopyToDense (const TreeT &tree, Dense< ValueT > &dense)
 
void copy (bool serial=false) const
 
void operator() (const CoordBBox &bbox) const
 Public method called by tbb::parallel_for. More...
 

Detailed Description

template<typename TreeT>
class openvdb::v1_2_0::tools::CopyToDense< TreeT >

Copy an OpenVDB tree into an existing dense grid.

Note
Only the voxels enclosed by the existing dense grid are copied from the OpenVDB tree.

Member Typedef Documentation

typedef TreeT::ValueType ValueT

Constructor & Destructor Documentation

CopyToDense ( const TreeT &  tree,
Dense< ValueT > &  dense 
)
inline

Member Function Documentation

void copy ( bool  serial = false) const
inline
void operator() ( const CoordBBox bbox) const
inline

Public method called by tbb::parallel_for.


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