#include <vlvolipolators_linear.h>
Inheritance diagram for vlVolInterpolators< DataType, vlLayout::Linear >:

Public Member Functions | |
| vlInterpolator< DataType, vlLayout::Linear > * | getNativeInterpolator (const vlInterpolationType type) |
| This function will always return an interpolator which uses the layout's native iterators for the requested type. | |
| vlInterpolator< DataType, vlLayout::Linear > * | getNativeInterpolator (const std::string &name) |
| Same as the previous function except that it takes the interpolation name as argument. | |
| vlInterpolator< DataType, vlLayout::VirtualCall > * | getVirtualInterpolator (const vlInterpolationType type) |
| This function will always return an interpolator which uses VirtualCall iterators for the requested type. | |
| vlInterpolator< DataType, vlLayout::VirtualCall > * | getVirtualInterpolator (const std::string &name) |
| Same as the previous function except that it takes the interpolation name as argument. | |
|
||||||||||
|
Implements vlVolInterpolatorsBase< DataType, vlLayout::Linear >. |
|
||||||||||
|
It will return 0L (null) if such an interpolator does not exist. Implements vlVolInterpolatorsBase< DataType, vlLayout::Linear >. |
|
||||||||||
|
Implements vlVolInterpolatorsBase< DataType, vlLayout::Linear >. |
|
||||||||||
|
It will return 0L (null) if no such interpolator exists. Implements vlVolInterpolatorsBase< DataType, vlLayout::Linear >. |
1.3.3