49 #ifndef vtkTableToSparseArray_h 50 #define vtkTableToSparseArray_h 52 #include "vtkInfovisCoreModule.h" 67 void ClearCoordinateColumns();
68 void AddCoordinateColumn(
const char*
name);
75 void SetValueColumn(
const char*
name);
76 const char* GetValueColumn();
83 void ClearOutputExtents();
96 vtkInformationVector*) VTK_OVERRIDE;
102 class implementation;
103 implementation* const Implementation;
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.
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.