|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   49 #ifndef vtkTableToSparseArray_h 
   50 #define vtkTableToSparseArray_h 
   53 #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();
 
  100   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.