#include <vlinterpolator.h>
Inheritance diagram for vlInterpolator< DataType, Layout >:

Public Member Functions | |
| virtual DataType | getValueAt (vlVolIterConst< DataType, Layout > &iter, const vlPoint3f &position, bool check=true)=0 |
| Returns the value at the given position. If check is true, check for errors/bounds etc. | |
| virtual DataType | getValueAtOffset (vlVolIterConst< DataType, Layout > &iter, const vlPoint3f &offset, bool check=true)=0 |
| Returns the value at offset with respect to the iterator. If check is true, check for errors/bounds etc. | |
|
||||||||||||||||||||
|
Implemented in vlInterpolatorNearestNeighbor< DataType, Layout >, and vlInterpolatorTriLinear< DataType, Layout >. |
|
||||||||||||||||||||
|
Implemented in vlInterpolatorNearestNeighbor< DataType, Layout >, and vlInterpolatorTriLinear< DataType, Layout >. |
1.3.3