43#ifndef vtkDataSetWriter_h
44#define vtkDataSetWriter_h
47#include "vtkIOLegacyModule.h"
write any type of vtk dataset to file
vtkDataSetWriter()=default
void WriteData() override
vtkDataSet * GetInput()
Get the input to this writer.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkDataSetWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSet * GetInput(int port)
Get the input to this writer.
~vtkDataSetWriter() override=default
abstract class to specify dataset behavior
helper class for objects that write VTK data files
a simple class to control print indentation