43 #ifndef __vtkSparseArrayToTable_h
44 #define __vtkSparseArrayToTable_h
46 #include "vtkInfovisCoreModule.h"
54 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkGetStringMacro(ValueColumn);
60 vtkSetStringMacro(ValueColumn);
71 vtkInformationVector**,
72 vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Converts a sparse array to a vtkTable.
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.