33 #ifndef vtkAlignImageDataSetFilter_h
34 #define vtkAlignImageDataSetFilter_h
36 #include "vtkFiltersParallelModule.h"
61 vtkSetVector3Macro(MinimumExtent,
int);
62 vtkGetVector3Macro(MinimumExtent,
int);
align collection of image datasets to use a global origin
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkAlignImageDataSetFilter() override
static vtkAlignImageDataSetFilter * New()
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkAlignImageDataSetFilter()
a simple class to control print indentation
Multiprocessing communication superclass.