29 #ifndef vtkTransformToGrid_h
30 #define vtkTransformToGrid_h
53 vtkSetVector6Macro(GridExtent,
int);
54 vtkGetVector6Macro(GridExtent,
int);
59 vtkSetVector3Macro(GridOrigin,
double);
60 vtkGetVector3Macro(GridOrigin,
double);
65 vtkSetVector3Macro(GridSpacing,
double);
66 vtkGetVector3Macro(GridSpacing,
double);
71 vtkSetMacro(GridScalarType,
int);
72 vtkGetMacro(GridScalarType,
int);
81 {this->SetGridScalarType(
VTK_CHAR);};
89 this->UpdateShiftScale();
return this->DisplacementScale; };
91 this->UpdateShiftScale();
return this->DisplacementShift; };
116 void UpdateShiftScale();
124 double GridOrigin[3];
125 double GridSpacing[3];
#define VTK_UNSIGNED_SHORT
record modification and/or execution time
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual unsigned long GetMTime()
a simple class to control print indentation
#define VTKFILTERSHYBRID_EXPORT
topologically and geometrically regular array of data
#define VTK_UNSIGNED_CHAR
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)