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.
void WriteData() override
vtkTree * GetInput()
Get the input to this writer.
static vtkTreeWriter * New()
vtkTree * GetInput(int port)
Get the input to this writer.
~vtkTreeWriter() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
A rooted tree data structure.