44 #ifndef vtkArrayDataAlgorithm_h
45 #define vtkArrayDataAlgorithm_h
47 #include "vtkCommonExecutionModelModule.h"
Superclass for all sources, filters, and sinks in VTK.
Superclass for algorithms that produce vtkArrayDatas as output.
void SetInputData(int index, vtkDataObject *obj)
static vtkArrayDataAlgorithm * New()
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
vtkArrayData * GetOutput()
Get the output data object for a port on this algorithm.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
~vtkArrayDataAlgorithm() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkArrayData * GetOutput(int index)
Pipeline data object that contains multiple vtkArray objects.
general representation of visualization data
abstract class to specify dataset behavior
a simple class to control print indentation