27 #ifndef vtkImageChangeInformation_h
28 #define vtkImageChangeInformation_h
31 #include "vtkImagingCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
60 vtkSetVector3Macro(OutputExtentStart,
int);
61 vtkGetVector3Macro(OutputExtentStart,
int);
70 vtkSetVector3Macro(OutputSpacing,
double);
71 vtkGetVector3Macro(OutputSpacing,
double);
80 vtkSetVectorMacro(OutputDirection,
double, 9);
81 vtkGetVectorMacro(OutputDirection,
double, 9);
90 vtkSetVector3Macro(OutputOrigin,
double);
91 vtkGetVector3Macro(OutputOrigin,
double);
110 vtkSetVector3Macro(ExtentTranslation,
int);
111 vtkGetVector3Macro(ExtentTranslation,
int);
118 vtkSetVector3Macro(SpacingScale,
double);
119 vtkGetVector3Macro(SpacingScale,
double);
126 vtkSetVector3Macro(OriginTranslation,
double);
127 vtkGetVector3Macro(OriginTranslation,
double);
135 vtkSetVector3Macro(OriginScale,
double);
136 vtkGetVector3Macro(OriginScale,
double);
145 int OutputExtentStart[3];
146 int ExtentTranslation[3];
147 int FinalExtentTranslation[3];
149 double OutputSpacing[3];
150 double SpacingScale[3];
152 double OutputDirection[9];
154 double OutputOrigin[3];
155 double OriginScale[3];
156 double OriginTranslation[3];
170 VTK_ABI_NAMESPACE_END
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation