Go to the documentation of this file.
39 #ifndef vtkTableAlgorithm_h
40 #define vtkTableAlgorithm_h
42 #include "vtkCommonExecutionModelModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(int index, vtkDataObject *obj)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
Superclass for all sources, filters, and sinks in VTK.
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only vtkTables as output.
~vtkTableAlgorithm() override
a simple class to control print indentation
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
abstract class to specify dataset behavior
vtkTable * GetOutput(int index)
general representation of visualization data
vtkTable * GetOutput()
Get the output data object for a port on this algorithm.
static vtkTableAlgorithm * New()