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>
|
using | DenseT = Dense< ValueT, openvdb::tools::LayoutZYX > |
|
template<typename ValueT, typename PointWiseOp>
struct openvdb::v8_2::tools::ContiguousOp< ValueT, PointWiseOp >
a wrapper struct used to avoid unnecessary computation of memory access from Coord
when all offsets are guaranteed to be within the dense grid.
using DenseT = Dense<ValueT, openvdb::tools::LayoutZYX> |
void transform |
( |
DenseT & |
dense, |
|
|
openvdb::math::Coord & |
ijk, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: