Adapter to associate a map with a world-space operator, giving it the same call signature as an index-space operator.
More...
#include <openvdb/math/Operators.h>
|
| MapAdapter (const MapType &m) |
|
template<typename AccessorType > |
ResultType | result (const AccessorType &grid, const Coord &ijk) |
|
template<typename StencilType > |
ResultType | result (const StencilType &stencil) |
|
template<typename MapType, typename OpType, typename ResultType>
struct openvdb::v12_0::math::MapAdapter< MapType, OpType, ResultType >
Adapter to associate a map with a world-space operator, giving it the same call signature as an index-space operator.
ResultType result |
( |
const AccessorType & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inline |
ResultType result |
( |
const StencilType & |
stencil | ) |
|
|
inline |