Go to the documentation of this file.
31 #ifndef vtkImageAlgorithm_h
32 #define vtkImageAlgorithm_h
34 #include "vtkCommonExecutionModelModule.h"
153 virtual
void Execute();
void SetInputData(int, vtkDataObject *)
virtual void AddInputData(int, vtkDataObject *)
vtkImageData * GetOutput(int)
Superclass for all sources, filters, and sinks in VTK.
Generic algorithm superclass for image algs.
~vtkImageAlgorithm() override
vtkDataObject * GetInput()
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
vtkDataObject * GetInput(int port)
Get a data object for one of the input port connections.
topologically and geometrically regular array of data
a simple class to control print indentation
virtual void SetOutput(vtkDataObject *d)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void AddInputData(vtkDataObject *)
Assign a data object as input.
vtkImageData * GetImageDataInput(int port)
general representation of visualization data