59 #ifndef vtkImageChangeInformation_h
60 #define vtkImageChangeInformation_h
63 #include "vtkImagingCoreModule.h"
91 vtkSetVector3Macro(OutputExtentStart,
int);
92 vtkGetVector3Macro(OutputExtentStart,
int);
101 vtkSetVector3Macro(OutputSpacing,
double);
102 vtkGetVector3Macro(OutputSpacing,
double);
111 vtkSetVector3Macro(OutputOrigin,
double);
112 vtkGetVector3Macro(OutputOrigin,
double);
131 vtkSetVector3Macro(ExtentTranslation,
int);
132 vtkGetVector3Macro(ExtentTranslation,
int);
139 vtkSetVector3Macro(SpacingScale,
double);
140 vtkGetVector3Macro(SpacingScale,
double);
147 vtkSetVector3Macro(OriginTranslation,
double);
148 vtkGetVector3Macro(OriginTranslation,
double);
156 vtkSetVector3Macro(OriginScale,
double);
157 vtkGetVector3Macro(OriginScale,
double);
166 int OutputExtentStart[3];
167 int ExtentTranslation[3];
168 int FinalExtentTranslation[3];
170 double OutputSpacing[3];
171 double SpacingScale[3];
173 double OutputOrigin[3];
174 double OriginScale[3];
175 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation