26 #ifndef __vtkImageChangeInformation_h
27 #define __vtkImageChangeInformation_h
52 vtkSetVector3Macro(OutputExtentStart,
int);
53 vtkGetVector3Macro(OutputExtentStart,
int);
60 vtkSetVector3Macro(OutputSpacing,
double);
61 vtkGetVector3Macro(OutputSpacing,
double);
68 vtkSetVector3Macro(OutputOrigin,
double);
69 vtkGetVector3Macro(OutputOrigin,
double);
77 vtkSetMacro(CenterImage,
int);
78 vtkBooleanMacro(CenterImage,
int);
79 vtkGetMacro(CenterImage,
int);
84 vtkSetVector3Macro(ExtentTranslation,
int);
85 vtkGetVector3Macro(ExtentTranslation,
int);
90 vtkSetVector3Macro(SpacingScale,
double);
91 vtkGetVector3Macro(SpacingScale,
double);
96 vtkSetVector3Macro(OriginTranslation,
double);
97 vtkGetVector3Macro(OriginTranslation,
double);
103 vtkSetVector3Macro(OriginScale,
double);
104 vtkGetVector3Macro(OriginScale,
double);
113 int OutputExtentStart[3];
114 int ExtentTranslation[3];
115 int FinalExtentTranslation[3];
117 double OutputSpacing[3];
118 double SpacingScale[3];
120 double OutputOrigin[3];
121 double OriginScale[3];
122 double OriginTranslation[3];
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)