29 #ifndef __vtkTransformToGrid_h
30 #define __vtkTransformToGrid_h
52 vtkSetVector6Macro(GridExtent,
int);
53 vtkGetVector6Macro(GridExtent,
int);
58 vtkSetVector3Macro(GridOrigin,
double);
59 vtkGetVector3Macro(GridOrigin,
double);
64 vtkSetVector3Macro(GridSpacing,
double);
65 vtkGetVector3Macro(GridSpacing,
double);
70 vtkSetMacro(GridScalarType,
int);
71 vtkGetMacro(GridScalarType,
int);
79 {this->SetGridScalarType(
VTK_CHAR);};
87 this->UpdateShiftScale();
return this->DisplacementScale; };
89 this->UpdateShiftScale();
return this->DisplacementShift; };
114 void UpdateShiftScale();
122 double GridOrigin[3];
123 double GridSpacing[3];