29 #ifndef vtkImageGridSource_h
30 #define vtkImageGridSource_h
32 #include "vtkImagingSourcesModule.h"
47 vtkSetVector3Macro(GridSpacing,
int);
48 vtkGetVector3Macro(GridSpacing,
int);
55 vtkSetVector3Macro(GridOrigin,
int);
56 vtkGetVector3Macro(GridOrigin,
int);
63 vtkSetMacro(LineValue,
double);
64 vtkGetMacro(LineValue,
double);
71 vtkSetMacro(FillValue,
double);
72 vtkGetMacro(FillValue,
double);
80 vtkSetMacro(DataScalarType,
int);
88 vtkGetMacro(DataScalarType,
int);
90 return vtkImageScalarTypeNameMacro(this->DataScalarType); }
98 vtkSetVector6Macro(DataExtent,
int);
99 vtkGetVector6Macro(DataExtent,
int);
106 vtkSetVector3Macro(DataSpacing,
double);
107 vtkGetVector3Macro(DataSpacing,
double);
114 vtkSetVector3Macro(DataOrigin,
double);
115 vtkGetVector3Macro(DataOrigin,
double);
131 double DataSpacing[3];
132 double DataOrigin[3];