OpenVDB
3.2.0
|
Copy the values from a dense grid into an OpenVDB tree. More...
#include <Dense.h>
Public Types | |
typedef _DenseT | DenseT |
typedef _TreeT | TreeT |
typedef TreeT::ValueType | ValueT |
typedef TreeT::LeafNodeType | LeafT |
typedef tree::ValueAccessor< TreeT > | AccessorT |
Public Member Functions | |
CopyFromDense (const DenseT &dense, TreeT &tree, const ValueT &tolerance) | |
CopyFromDense (const CopyFromDense &other) | |
void | copy (bool serial=false) |
Copy values from the dense grid to the sparse tree. More... | |
void | operator() (const tbb::blocked_range< size_t > &r) const |
Public method called by tbb::parallel_for. More... | |
Copy the values from a dense grid into an OpenVDB tree.
Values in the dense grid that are within a tolerance of the background value are truncated to inactive background voxels or tiles. This allows the tree to form a sparse representation of the dense grid.
new
like the one provided by TBB, rather than the mutex-protected standard library new
. typedef tree::ValueAccessor<TreeT> AccessorT |
typedef _DenseT DenseT |
typedef TreeT::LeafNodeType LeafT |
typedef _TreeT TreeT |
typedef TreeT::ValueType ValueT |
|
inline |
|
inline |
|
inline |
Copy values from the dense grid to the sparse tree.
|
inline |
Public method called by tbb::parallel_for.