41#ifndef vtkTableToArray_h
42#define vtkTableToArray_h
45#include "vtkInfovisCoreModule.h"
87 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()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
~vtkTableToArray() override
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...
void AddAllColumns()
Add every input table column to the output matrix.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.