52 #ifndef vtkTableToSparseArray_h 
   53 #define vtkTableToSparseArray_h 
   55 #include "vtkInfovisCoreModule.h"  
   70   void ClearCoordinateColumns();
 
   71   void AddCoordinateColumn(
const char* 
name);
 
   78   void SetValueColumn(
const char* 
name);
 
   79   const char* GetValueColumn();
 
   86   void ClearOutputExtents();
 
  105   class implementation;
 
  106   implementation* const Implementation;
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray...
 
a simple class to control print indentation 
 
Superclass for algorithms that produce vtkArrayDatas as output. 
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm. 
 
static vtkArrayDataAlgorithm * New()
 
converts a vtkTable into a sparse array. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.