VTK  9.3.20240419
Classes | Macros
vtkGridTransform.h File Reference
#include "vtkFiltersHybridModule.h"
#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...
 

Macros

#define VTK_GRID_NEAREST   VTK_NEAREST_INTERPOLATION
 
#define VTK_GRID_LINEAR   VTK_LINEAR_INTERPOLATION
 
#define VTK_GRID_CUBIC   VTK_CUBIC_INTERPOLATION
 

Macro Definition Documentation

◆ VTK_GRID_NEAREST

#define VTK_GRID_NEAREST   VTK_NEAREST_INTERPOLATION

Definition at line 30 of file vtkGridTransform.h.

◆ VTK_GRID_LINEAR

#define VTK_GRID_LINEAR   VTK_LINEAR_INTERPOLATION

Definition at line 31 of file vtkGridTransform.h.

◆ VTK_GRID_CUBIC

#define VTK_GRID_CUBIC   VTK_CUBIC_INTERPOLATION

Definition at line 32 of file vtkGridTransform.h.