HDK
|
Copy an OpenVDB tree into an existing dense grid. More...
#include <Dense.h>
Public Types | |
using | DenseT = _DenseT |
using | TreeT = _TreeT |
using | ValueT = typename TreeT::ValueType |
Public Member Functions | |
CopyToDense (const TreeT &tree, DenseT &dense) | |
void | copy (bool serial=false) const |
void | operator() (const CoordBBox &bbox) const |
Public method called by tbb::parallel_for. More... | |
Copy an OpenVDB tree into an existing dense grid.
using openvdb::OPENVDB_VERSION_NAME::tools::CopyToDense< _TreeT, _DenseT >::DenseT = _DenseT |
using openvdb::OPENVDB_VERSION_NAME::tools::CopyToDense< _TreeT, _DenseT >::TreeT = _TreeT |
using openvdb::OPENVDB_VERSION_NAME::tools::CopyToDense< _TreeT, _DenseT >::ValueT = typename TreeT::ValueType |
|
inline |
|
inline |
|
inline |