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