25#ifndef vtkTableWriter_h
26#define vtkTableWriter_h
29#include "vtkIOLegacyModule.h"
helper class for objects that write VTK data files
a simple class to control print indentation
void WriteData() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
static vtkTableWriter * New()
~vtkTableWriter() override=default
vtkTable * GetInput(int port)
Get the input to this writer.
vtkTable * GetInput()
Get the input to this writer.
A table, which contains similar-typed columns of data.