21#ifndef vtkAlignImageDataSetFilter_h
22#define vtkAlignImageDataSetFilter_h
24#include "vtkFiltersParallelModule.h"
27VTK_ABI_NAMESPACE_BEGIN
50 vtkSetVector3Macro(MinimumExtent,
int);
51 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
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.
static vtkAlignImageDataSetFilter * New()
vtkAlignImageDataSetFilter()
a simple class to control print indentation
Multiprocessing communication superclass.