60#ifndef vtkArrayToTable_h
61#define vtkArrayToTable_h
63#include "vtkInfovisCoreModule.h"
Converts one- and two-dimensional vtkArrayData objects to vtkTable.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkArrayToTable * New()
~vtkArrayToTable() override
int FillInputPortInformation(int, vtkInformation *) 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.
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.