Go to the documentation of this file.
23 #ifndef vtkPhyloXMLTreeWriter_h
24 #define vtkPhyloXMLTreeWriter_h
26 #include "vtkIOInfovisModule.h"
84 void IgnoreArray(
const char * arrayName);
100 void WriteTreeLevelElement(
vtkTree *input,
102 const char *elementName,
103 const char *attributeName);
152 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.