#include "vtkWarpTransform.h"
Include dependency graph for vtkGridTransform.h:
Go to the source code of this file.
Classes | |
class | vtkGridTransform |
a nonlinear warp transformation More... | |
Defines | |
#define | VTK_GRID_NEAREST 0 |
#define | VTK_GRID_LINEAR 1 |
#define | VTK_GRID_CUBIC 3 |
|
Definition at line 48 of file vtkGridTransform.h. Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToNearestNeighbor(). |
|
Definition at line 49 of file vtkGridTransform.h. Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToLinear(). |
|
Definition at line 50 of file vtkGridTransform.h. Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToCubic(). |