Go to the documentation of this file.
47 #ifndef vtkTableToArray_h
48 #define vtkTableToArray_h
50 #include "vtkInfovisCoreModule.h"
96 implementation*
const Implementation;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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 ...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int FillInputPortInformation(int, vtkInformation *)
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.