#include <vlvolipolators.h>
Inheritance diagram for vlVolInterpolatorsBase< DataType, Layout >:

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