#include <vlipolator_trilinear.h>
Inheritance diagram for vlInterpolatorTriLinear< DataType, Layout >:

Public Member Functions | |
| vlInterpolationType | type () |
| Gives the interpolation type of this interpolation. | |
| std::string | name () |
| Gives the name of the interpolation. | |
| vlLayoutType | layout () |
| Returns the layout for which this interpolator is implemented. | |
| DataType | getValueAt (vlVolIterConst< DataType, Layout > &iter, const vlPoint3f &position, bool check=true) |
| Returns the value at the given position. If check is true, check for errors/bounds etc. | |
| DataType | getValueAtOffset (vlVolIterConst< DataType, Layout > &iter, const vlPoint3f &offset, bool check=true) |
| Returns the value at offset with respect to the iterator. If check is true, check for errors/bounds etc. | |
|
||||||||||||||||||||
|
||||||||||||||||||||
|
|||||||||
|
Implements vlInterpolatorSuperBase. Definition at line 82 of file vlipolator_trilinear.h. References vlLayoutType. |
|
|||||||||
|
Implements vlInterpolatorSuperBase. Definition at line 79 of file vlipolator_trilinear.h. |
|
|||||||||
|
Implements vlInterpolatorSuperBase. Definition at line 77 of file vlipolator_trilinear.h. References vlInterpolation::TriLinear, and vlInterpolationType. |
1.3.3