14 #ifndef vtkNewickTreeWriter_h
15 #define vtkNewickTreeWriter_h
18 #include "vtkIOInfovisModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
Abstract superclass for all arrays.
helper class for objects that write VTK data files
a simple class to control print indentation
write vtkTree data to Newick format.
static vtkNewickTreeWriter * New()
vtkAbstractArray * NodeNameArray
~vtkNewickTreeWriter() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTree * GetInput()
Get the input to this writer.
void WriteData() override
vtkStdString EdgeWeightArrayName
vtkStdString NodeNameArrayName
vtkTree * GetInput(int port)
Get the input to this writer.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkAbstractArray * EdgeWeightArray
void WriteVertex(ostream *fp, vtkTree *input, vtkIdType vertex)
Write one vertex.
Wrapper around std::string to keep symbols short.
A rooted tree data structure.