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 * GetDataSetName()=0
Wrapper around std::string to keep symbols short.
~vtkPhyloXMLTreeWriter() override
Represents an XML element and those nested inside.
vtkDataObject * GetInput()
Assign a data object as input.
Abstract superclass for all arrays.
vtkInformation * InputInformation
vtkStdString NodeNameArrayName
a vtkAbstractArray subclass for strings
vtkAbstractArray * NodeNameArray
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK's XML file writers.
a simple class to control print indentation
vtkStdString EdgeWeightArrayName
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
write vtkTree data to PhyloXML format.
vtkAbstractArray * EdgeWeightArray
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkSmartPointer< vtkStringArray > Blacklist
static vtkAlgorithm * New()
A rooted tree data structure.