24 #ifndef vtkImageChangeInformation_h
25 #define vtkImageChangeInformation_h
28 #include "vtkImagingCoreModule.h"
56 vtkSetVector3Macro(OutputExtentStart,
int);
57 vtkGetVector3Macro(OutputExtentStart,
int);
66 vtkSetVector3Macro(OutputSpacing,
double);
67 vtkGetVector3Macro(OutputSpacing,
double);
76 vtkSetVector3Macro(OutputOrigin,
double);
77 vtkGetVector3Macro(OutputOrigin,
double);
96 vtkSetVector3Macro(ExtentTranslation,
int);
97 vtkGetVector3Macro(ExtentTranslation,
int);
104 vtkSetVector3Macro(SpacingScale,
double);
105 vtkGetVector3Macro(SpacingScale,
double);
112 vtkSetVector3Macro(OriginTranslation,
double);
113 vtkGetVector3Macro(OriginTranslation,
double);
121 vtkSetVector3Macro(OriginScale,
double);
122 vtkGetVector3Macro(OriginScale,
double);
131 int OutputExtentStart[3];
132 int ExtentTranslation[3];
133 int FinalExtentTranslation[3];
135 double OutputSpacing[3];
136 double SpacingScale[3];
138 double OutputOrigin[3];
139 double OriginScale[3];
140 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation