51 #ifndef __vtkTableToSparseArray_h
52 #define __vtkTableToSparseArray_h
54 #include "vtkInfovisCoreModule.h"
62 void PrintSelf(ostream& os, vtkIndent indent);
67 void ClearCoordinateColumns();
68 void AddCoordinateColumn(
const char* name);
74 void SetValueColumn(
const char* name);
75 const char* GetValueColumn();
80 void ClearOutputExtents();
81 void SetOutputExtents(
const vtkArrayExtents& extents);
93 vtkInformationVector**,
94 vtkInformationVector*);
100 class implementation;
101 implementation*
const Implementation;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
converts a vtkTable into a sparse array.