Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Hybrid/vtkGridTransform.h File Reference

#include "vtkWarpTransform.h"

Include dependency graph for vtkGridTransform.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkGridTransform
 a nonlinear warp transformation More...


Defines

#define VTK_GRID_NEAREST   0
#define VTK_GRID_LINEAR   1
#define VTK_GRID_CUBIC   3


Define Documentation

#define VTK_GRID_NEAREST   0
 

Definition at line 51 of file vtkGridTransform.h.

Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToNearestNeighbor().

#define VTK_GRID_LINEAR   1
 

Definition at line 52 of file vtkGridTransform.h.

Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToLinear().

#define VTK_GRID_CUBIC   3
 

Definition at line 53 of file vtkGridTransform.h.

Referenced by vtkGridTransform::GetInterpolationModeAsString(), and vtkGridTransform::SetInterpolationModeToCubic().