OpenVDB
5.2.0
|
Class that applies a functor to the index space intersection of a prescribed bounding box and the dense grid. NB: This class only supports DenseGrids with ZYX memory layout. More...
#include <DenseSparseTools.h>
Public Types | |
typedef _ValueT | ValueT |
typedef Dense< ValueT, openvdb::tools::LayoutZYX > | DenseT |
typedef openvdb::math::Coord::ValueType | IntType |
typedef tbb::blocked_range2d< IntType, IntType > | RangeType |
Public Member Functions | |
DenseTransformer (DenseT &dense, const openvdb::math::CoordBBox &bbox, const OpType &functor) | |
DenseTransformer (const DenseTransformer &other) | |
void | apply (bool threaded=true) |
void | operator() (const RangeType &range) const |
Class that applies a functor to the index space intersection of a prescribed bounding box and the dense grid. NB: This class only supports DenseGrids with ZYX memory layout.
typedef openvdb::math::Coord::ValueType IntType |
typedef _ValueT ValueT |
|
inline |
|
inline |
|
inline |
|
inline |