18 #ifndef vtkImageChangeInformation_h
19 #define vtkImageChangeInformation_h
22 #include "vtkImagingCoreModule.h"
24 VTK_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];
161 VTK_ABI_NAMESPACE_END
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.