25 #ifndef vtkTreeWriter_h
26 #define vtkTreeWriter_h
29 #include "vtkIOLegacyModule.h"
60 void WriteEdges(ostream& Stream,
vtkTree* Tree);
helper class for objects that write vtk data files
a simple class to control print indentation
write vtkTree data to a file
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTree * GetInput(int port)
vtkTree * GetInput()
Get the input to this writer.
void WriteData() override
static vtkTreeWriter * New()
~vtkTreeWriter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A rooted tree data structure.