31 #ifndef __vtkImageStencilSource_h
32 #define __vtkImageStencilSource_h
63 vtkSetVector3Macro(OutputOrigin,
double);
64 vtkGetVector3Macro(OutputOrigin,
double);
71 vtkSetVector3Macro(OutputSpacing,
double);
72 vtkGetVector3Macro(OutputSpacing,
double);
78 vtkSetVector6Macro(OutputWholeExtent,
int);
79 vtkGetVector6Macro(OutputWholeExtent,
int);
94 int OutputWholeExtent[6];
95 double OutputOrigin[3];
96 double OutputSpacing[3];