Copy an OpenVDB tree into an existing dense grid. More...
#include <openvdb/tools/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. | |
Copy an OpenVDB tree into an existing dense grid.
| using DenseT = _DenseT | 
| using TreeT = _TreeT | 
| using ValueT = typename TreeT::ValueType | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Public method called by tbb::parallel_for.