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