47#ifndef vtkImageChangeInformation_h
48#define vtkImageChangeInformation_h
51#include "vtkImagingCoreModule.h"
53VTK_ABI_NAMESPACE_BEGIN
80 vtkSetVector3Macro(OutputExtentStart,
int);
81 vtkGetVector3Macro(OutputExtentStart,
int);
90 vtkSetVector3Macro(OutputSpacing,
double);
91 vtkGetVector3Macro(OutputSpacing,
double);
100 vtkSetVectorMacro(OutputDirection,
double, 9);
101 vtkGetVectorMacro(OutputDirection,
double, 9);
110 vtkSetVector3Macro(OutputOrigin,
double);
111 vtkGetVector3Macro(OutputOrigin,
double);
130 vtkSetVector3Macro(ExtentTranslation,
int);
131 vtkGetVector3Macro(ExtentTranslation,
int);
138 vtkSetVector3Macro(SpacingScale,
double);
139 vtkGetVector3Macro(SpacingScale,
double);
146 vtkSetVector3Macro(OriginTranslation,
double);
147 vtkGetVector3Macro(OriginTranslation,
double);
155 vtkSetVector3Macro(OriginScale,
double);
156 vtkGetVector3Macro(OriginScale,
double);
165 int OutputExtentStart[3];
166 int ExtentTranslation[3];
167 int FinalExtentTranslation[3];
169 double OutputSpacing[3];
170 double SpacingScale[3];
172 double OutputDirection[9];
174 double OutputOrigin[3];
175 double OriginScale[3];
176 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation