Adapter to associate a map with a world-space operator, giving it the same call signature as an index-space operator.
More...
#include <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::v6_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.
◆ MapAdapter()
◆ result() [1/2]
ResultType result |
( |
const AccessorType & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inline |
◆ result() [2/2]
ResultType result |
( |
const StencilType & |
stencil | ) |
|
|
inline |
◆ map
The documentation for this struct was generated from the following file: