|
HDK
|
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 <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.
Definition at line 718 of file DenseSparseTools.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::ContiguousOp< ValueT, PointWiseOp >::DenseT = Dense<ValueT, openvdb::tools::LayoutZYX> |
Definition at line 722 of file DenseSparseTools.h.
|
inline |
Definition at line 720 of file DenseSparseTools.h.
|
inline |
Definition at line 723 of file DenseSparseTools.h.
| const PointWiseOp openvdb::OPENVDB_VERSION_NAME::tools::ContiguousOp< ValueT, PointWiseOp >::mOp |
Definition at line 732 of file DenseSparseTools.h.