 |
VTK
9.1.0
|
Go to the documentation of this file.
25 #ifndef vtkTreeWriter_h
26 #define vtkTreeWriter_h
29 #include "vtkIOLegacyModule.h"
60 void WriteEdges(ostream& Stream,
vtkTree* Tree);
vtkTree * GetInput()
Get the input to this writer.
void WriteData() override
static vtkTreeWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
A rooted tree data structure.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
write vtkTree data to a file
~vtkTreeWriter() override=default
helper class for objects that write VTK data files
vtkTree * GetInput(int port)
Get the input to this writer.