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