Go to the documentation of this file.
26 #ifndef vtkNewickTreeWriter_h
27 #define vtkNewickTreeWriter_h
29 #include "vtkIOInfovisModule.h"
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkAbstractArray * EdgeWeightArray
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkStdString NodeNameArrayName
helper class for objects that write vtk data files
Wrapper around std::string to keep symbols short.
vtkStdString EdgeWeightArrayName
vtkTree * GetInput()
Get the input to this writer.
vtkAbstractArray * NodeNameArray