33#ifndef vtkImageChangeInformation_h
34#define vtkImageChangeInformation_h
37#include "vtkImagingCoreModule.h"
65 vtkSetVector3Macro(OutputExtentStart,
int);
66 vtkGetVector3Macro(OutputExtentStart,
int);
75 vtkSetVector3Macro(OutputSpacing,
double);
76 vtkGetVector3Macro(OutputSpacing,
double);
85 vtkSetVector3Macro(OutputOrigin,
double);
86 vtkGetVector3Macro(OutputOrigin,
double);
105 vtkSetVector3Macro(ExtentTranslation,
int);
106 vtkGetVector3Macro(ExtentTranslation,
int);
113 vtkSetVector3Macro(SpacingScale,
double);
114 vtkGetVector3Macro(SpacingScale,
double);
121 vtkSetVector3Macro(OriginTranslation,
double);
122 vtkGetVector3Macro(OriginTranslation,
double);
130 vtkSetVector3Macro(OriginScale,
double);
131 vtkGetVector3Macro(OriginScale,
double);
140 int OutputExtentStart[3];
141 int ExtentTranslation[3];
142 int FinalExtentTranslation[3];
144 double OutputSpacing[3];
145 double SpacingScale[3];
147 double OutputOrigin[3];
148 double OriginScale[3];
149 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation