#include "vtkWarpTransform.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 |
| #define VTK_GRID_NEAREST 0 |
Definition at line 37 of file vtkGridTransform.h.
| #define VTK_GRID_LINEAR 1 |
Definition at line 38 of file vtkGridTransform.h.
| #define VTK_GRID_CUBIC 3 |
Definition at line 39 of file vtkGridTransform.h.
1.5.6