25 #ifndef vtkPhyloXMLTreeWriter_h
26 #define vtkPhyloXMLTreeWriter_h
74 void IgnoreArray(
const char * arrayName);
89 void WriteTreeLevelElement(
vtkTree *input,
91 const char *elementName,
92 const char *attributeName);
139 const char *attributeName);
virtual const char * GetDataSetName()=0
Wrapper around std::string to keep symbols short.
Represents an XML element and those nested inside.
vtkDataObject * GetInput()
Abstract superclass for all arrays.
#define VTKIOINFOVIS_EXPORT
vtkInformation * InputInformation
vtkStdString NodeNameArrayName
a vtkAbstractArray subclass for strings
vtkAbstractArray * NodeNameArray
Superclass for VTK's XML file writers.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
vtkStdString EdgeWeightArrayName
virtual const char * GetDefaultFileExtension()=0
write vtkTree data to PhyloXML format.
vtkAbstractArray * EdgeWeightArray
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkSmartPointer< vtkStringArray > Blacklist
static vtkAlgorithm * New()
A rooted tree data structure.