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