16#ifndef vtkPolyDataWriter_h
17#define vtkPolyDataWriter_h
20#include "vtkIOLegacyModule.h"
22VTK_ABI_NAMESPACE_BEGIN
helper class for objects that write VTK data files
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPolyDataWriter()=default
void WriteData() override
vtkPolyData * GetInput()
Get the input to this writer.
vtkPolyData * GetInput(int port)
Get the input to this writer.
static vtkPolyDataWriter * New()
~vtkPolyDataWriter() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
concrete dataset represents vertices, lines, polygons, and triangle strips