#include <vlenums.h>
Static Public Member Functions | |
| std::string | name (int index) |
| Returns the name, given the type. | |
Static Public Attributes | |
| const vlInterpolationType | NearestNeighbor = 1 |
| const vlInterpolationType | TriLinear = 2 |
|
|
Definition at line 44 of file vlenums.cpp. References NearestNeighbor, and TriLinear. Referenced by vlVolInterpolators< DataType, vlLayout::Linear >::getNativeInterpolator(), and vlVolInterpolators< DataType, vlLayout::Linear >::getVirtualInterpolator(). |
|
|
Definition at line 157 of file vlenums.h. Referenced by name(), and vlInterpolatorNearestNeighbor< DataType, Layout >::type(). |
|
|
Definition at line 158 of file vlenums.h. Referenced by name(), and vlInterpolatorTriLinear< DataType, Layout >::type(). |
1.3.3