26 #ifndef vtkNewickTreeWriter_h
27 #define vtkNewickTreeWriter_h
29 #include "vtkIOInfovisModule.h"
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
vtkTree * GetInput()
Get the input to this writer.
vtkStdString EdgeWeightArrayName
vtkStdString NodeNameArrayName
vtkTree * GetInput(int port)
void WriteVertex(ostream *fp, vtkTree *const input, vtkIdType vertex)
Write one vertex.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkAbstractArray * EdgeWeightArray
Wrapper around std::string to keep symbols short.
A rooted tree data structure.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.