OpenVDB
12.0.0
|
a wrapper struct used to avoid unnecessary computation of memory access from Coord
when all offsets are guaranteed to be within the dense grid.
More...
#include <openvdb/tools/DenseSparseTools.h>
Public Types | |
using | DenseT = Dense< ValueT, openvdb::tools::LayoutZYX > |
Public Member Functions | |
ContiguousOp (const PointWiseOp &op) | |
void | transform (DenseT &dense, openvdb::math::Coord &ijk, size_t size) const |
Public Attributes | |
const PointWiseOp | mOp |
a wrapper struct used to avoid unnecessary computation of memory access from Coord
when all offsets are guaranteed to be within the dense grid.
|
inline |
|
inline |
const PointWiseOp mOp |