Go to the documentation of this file.
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;
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce vtkArrayDatas as output.
converts a vtkTable into a sparse array.
static vtkArrayDataAlgorithm * New()
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.