39#ifndef vtkImageChangeInformation_h
40#define vtkImageChangeInformation_h
43#include "vtkImagingCoreModule.h"
71 vtkSetVector3Macro(OutputExtentStart,
int);
72 vtkGetVector3Macro(OutputExtentStart,
int);
81 vtkSetVector3Macro(OutputSpacing,
double);
82 vtkGetVector3Macro(OutputSpacing,
double);
91 vtkSetVector3Macro(OutputOrigin,
double);
92 vtkGetVector3Macro(OutputOrigin,
double);
111 vtkSetVector3Macro(ExtentTranslation,
int);
112 vtkGetVector3Macro(ExtentTranslation,
int);
119 vtkSetVector3Macro(SpacingScale,
double);
120 vtkGetVector3Macro(SpacingScale,
double);
127 vtkSetVector3Macro(OriginTranslation,
double);
128 vtkGetVector3Macro(OriginTranslation,
double);
136 vtkSetVector3Macro(OriginScale,
double);
137 vtkGetVector3Macro(OriginScale,
double);
146 int OutputExtentStart[3];
147 int ExtentTranslation[3];
148 int FinalExtentTranslation[3];
150 double OutputSpacing[3];
151 double SpacingScale[3];
153 double OutputOrigin[3];
154 double OriginScale[3];
155 double OriginTranslation[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation