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