Go to the documentation of this file.
38 #ifndef vtkTableAlgorithm_h
39 #define vtkTableAlgorithm_h
void SetInputData(int index, vtkDataObject *obj)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
GLsizei GLsizei GLuint * obj
Superclass for all sources, filters, and sinks in VTK.
A table, which contains similar-typed columns of data.
#define vtkTypeMacro(thisClass, superclass)
Superclass for algorithms that produce only vtkTables as output.
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
void SetInputData(vtkDataObject *obj)
abstract class to specify dataset behavior
vtkTable * GetOutput(int index)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
general representation of visualization data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkTableAlgorithm * New()
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)