OpenVDB
3.2.0
|
Copy an OpenVDB tree into an existing dense grid. More...
#include <Dense.h>
Public Types | |
typedef _DenseT | DenseT |
typedef _TreeT | TreeT |
typedef TreeT::ValueType | ValueT |
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.
typedef _DenseT DenseT |
typedef _TreeT TreeT |
typedef TreeT::ValueType ValueT |
|
inline |
|
inline |
|
inline |
Public method called by tbb::parallel_for.