Go to the documentation of this file.
26 #ifndef vtkPhyloXMLTreeWriter_h
27 #define vtkPhyloXMLTreeWriter_h
29 #include "vtkIOInfovisModule.h"
87 void IgnoreArray(
const char * arrayName);
103 void WriteTreeLevelElement(
vtkTree *input,
105 const char *elementName,
106 const char *attributeName);
155 const char *attributeName);
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkStdString NodeNameArrayName
vtkStdString EdgeWeightArrayName
vtkAbstractArray * NodeNameArray
A rooted tree data structure.
vtkInformation * InputInformation
Superclass for VTK's XML file writers.
~vtkPhyloXMLTreeWriter() override
a simple class to control print indentation
write vtkTree data to PhyloXML format.
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
vtkDataObject * GetInput()
vtkSmartPointer< vtkStringArray > Blacklist
Abstract superclass for all arrays.
vtkAbstractArray * EdgeWeightArray
static vtkAlgorithm * New()
a vtkAbstractArray subclass for strings
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.