14#ifndef vtkNewickTreeWriter_h
15#define vtkNewickTreeWriter_h
18#include "vtkIOInfovisModule.h"
21VTK_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.
vtkAbstractArray * NodeNameArray
~vtkNewickTreeWriter() override=default
vtkTree * GetInput(int port)
Get the input to this writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
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.
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.