52 #ifndef vtkTableToSparseArray_h
53 #define vtkTableToSparseArray_h
55 #include "vtkInfovisCoreModule.h"
105 class implementation;
106 implementation*
const Implementation;
Superclass for algorithms that produce vtkArrayDatas as output.
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
a simple class to control print indentation
converts a vtkTable into a sparse array.
const char * GetValueColumn()
void AddCoordinateColumn(const char *name)
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
static vtkTableToSparseArray * New()
void SetValueColumn(const char *name)
Specify the input table column that will be mapped to values in the output array.
void SetOutputExtents(const vtkArrayExtents &extents)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void ClearCoordinateColumns()
Specify the set of input table columns that will be mapped to coordinates in the output sparse array.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ClearOutputExtents()
Explicitly specify the extents of the output array.