23#ifndef vtkNewickTreeWriter_h
24#define vtkNewickTreeWriter_h
27#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.
vtkAbstractArray * NodeNameArray
~vtkNewickTreeWriter() override=default
vtkTree * GetInput(int port)
Get the input to this writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteData() override
vtkStdString EdgeWeightArrayName
vtkTree * GetInput()
Get the input to this writer.
vtkStdString NodeNameArrayName
static vtkNewickTreeWriter * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void WriteVertex(ostream *fp, vtkTree *const input, vtkIdType vertex)
Write one vertex.
vtkAbstractArray * EdgeWeightArray
Wrapper around std::string to keep symbols short.
A rooted tree data structure.