Go to the documentation of this file.
47 #ifndef vtkTableToArray_h
48 #define vtkTableToArray_h
50 #include "vtkInfovisCoreModule.h"
96 implementation*
const Implementation;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddColumn(vtkIdType index)
Add a column by index to the list of input table columns that will be mapped to columns in the output...
converts a vtkTable to a matrix.
void ClearColumns()
Reset the list of input table columns that will be mapped to columns in the output matrix.
void AddColumn(const char *name)
Add a column by name to the list of input table columns that will be mapped to columns in the output ...
a simple class to control print indentation
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
static vtkTableToArray * New()
Superclass for algorithms that produce vtkArrayDatas as output.
void AddAllColumns()
Add every input table column to the output matrix.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTableToArray() override