53#ifndef vtkImageChangeInformation_h
54#define vtkImageChangeInformation_h
57#include "vtkImagingCoreModule.h"
85 vtkSetVector3Macro(OutputExtentStart,
int);
86 vtkGetVector3Macro(OutputExtentStart,
int);
95 vtkSetVector3Macro(OutputSpacing,
double);
96 vtkGetVector3Macro(OutputSpacing,
double);
105 vtkSetVector3Macro(OutputOrigin,
double);
106 vtkGetVector3Macro(OutputOrigin,
double);
125 vtkSetVector3Macro(ExtentTranslation,
int);
126 vtkGetVector3Macro(ExtentTranslation,
int);
133 vtkSetVector3Macro(SpacingScale,
double);
134 vtkGetVector3Macro(SpacingScale,
double);
141 vtkSetVector3Macro(OriginTranslation,
double);
142 vtkGetVector3Macro(OriginTranslation,
double);
150 vtkSetVector3Macro(OriginScale,
double);
151 vtkGetVector3Macro(OriginScale,
double);
160 int OutputExtentStart[3];
161 int ExtentTranslation[3];
162 int FinalExtentTranslation[3];
164 double OutputSpacing[3];
165 double SpacingScale[3];
167 double OutputOrigin[3];
168 double OriginScale[3];
169 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation