23 #ifndef vtkImageGridSource_h
24 #define vtkImageGridSource_h
26 #include "vtkImagingSourcesModule.h"
41 vtkSetVector3Macro(GridSpacing,
int);
42 vtkGetVector3Macro(GridSpacing,
int);
49 vtkSetVector3Macro(GridOrigin,
int);
50 vtkGetVector3Macro(GridOrigin,
int);
57 vtkSetMacro(LineValue,
double);
58 vtkGetMacro(LineValue,
double);
65 vtkSetMacro(FillValue,
double);
66 vtkGetMacro(FillValue,
double);
74 vtkSetMacro(DataScalarType,
int);
82 vtkGetMacro(DataScalarType,
int);
84 return vtkImageScalarTypeNameMacro(this->DataScalarType); }
92 vtkSetVector6Macro(DataExtent,
int);
93 vtkGetVector6Macro(DataExtent,
int);
100 vtkSetVector3Macro(DataSpacing,
double);
101 vtkGetVector3Macro(DataSpacing,
double);
108 vtkSetVector3Macro(DataOrigin,
double);
109 vtkGetVector3Macro(DataOrigin,
double);
125 double DataSpacing[3];
126 double DataOrigin[3];