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.
~vtkTableToSparseArray() override
static vtkTableToSparseArray * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
const char * GetValueColumn()
void AddCoordinateColumn(const char *name)
a simple class to control print indentation
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.
converts a vtkTable into a sparse array.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
void ClearOutputExtents()
Explicitly specify the extents of the output array.