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>
| Public Member Functions | |
| MapAdapter (const MapType &m) | |
| template<typename AccessorType> | |
| ResultType | result (const AccessorType &grid, const Coord &ijk) | 
| template<typename StencilType> | |
| ResultType | result (const StencilType &stencil) | 
| Public Attributes | |
| const MapType | map | 
Adapter to associate a map with a world-space operator, giving it the same call signature as an index-space operator.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| const MapType map |