51 #ifndef __vtkTableToSparseArray_h
52 #define __vtkTableToSparseArray_h
54 #include "vtkInfovisCoreModule.h"
55 #include "vtkArrayDataAlgorithm.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);
89 int FillInputPortInformation(
int, vtkInformation*);
93 vtkInformationVector**,
94 vtkInformationVector*);
100 class implementation;
101 implementation*
const Implementation;
converts a vtkTable into a sparse array.