18#ifndef vtkImageChangeInformation_h
19#define vtkImageChangeInformation_h
22#include "vtkImagingCoreModule.h"
24VTK_ABI_NAMESPACE_BEGIN
51 vtkSetVector3Macro(OutputExtentStart,
int);
52 vtkGetVector3Macro(OutputExtentStart,
int);
61 vtkSetVector3Macro(OutputSpacing,
double);
62 vtkGetVector3Macro(OutputSpacing,
double);
71 vtkSetVectorMacro(OutputDirection,
double, 9);
72 vtkGetVectorMacro(OutputDirection,
double, 9);
81 vtkSetVector3Macro(OutputOrigin,
double);
82 vtkGetVector3Macro(OutputOrigin,
double);
101 vtkSetVector3Macro(ExtentTranslation,
int);
102 vtkGetVector3Macro(ExtentTranslation,
int);
109 vtkSetVector3Macro(SpacingScale,
double);
110 vtkGetVector3Macro(SpacingScale,
double);
117 vtkSetVector3Macro(OriginTranslation,
double);
118 vtkGetVector3Macro(OriginTranslation,
double);
126 vtkSetVector3Macro(OriginScale,
double);
127 vtkGetVector3Macro(OriginScale,
double);
136 int OutputExtentStart[3];
137 int ExtentTranslation[3];
138 int FinalExtentTranslation[3];
140 double OutputSpacing[3];
141 double SpacingScale[3];
143 double OutputDirection[9];
145 double OutputOrigin[3];
146 double OriginScale[3];
147 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation