30#ifndef vtkTransformToGrid_h
31#define vtkTransformToGrid_h
34#include "vtkFiltersHybridModule.h"
58 vtkSetVector6Macro(GridExtent,
int);
59 vtkGetVector6Macro(GridExtent,
int);
66 vtkSetVector3Macro(GridOrigin,
double);
67 vtkGetVector3Macro(GridOrigin,
double);
74 vtkSetVector3Macro(GridSpacing,
double);
75 vtkGetVector3Macro(GridSpacing,
double);
82 vtkSetMacro(GridScalarType,
int);
83 vtkGetMacro(GridScalarType,
int);
100 this->UpdateShiftScale();
101 return this->DisplacementScale;
105 this->UpdateShiftScale();
106 return this->DisplacementShift;
141 double GridOrigin[3];
142 double GridSpacing[3];
Superclass for all sources, filters, and sinks in VTK.
topologically and geometrically regular array of data
a simple class to control print indentation
record modification and/or execution time
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
vtkTypeUInt32 vtkMTimeType