35 #ifndef vtkPhyloXMLTreeReader_h 36 #define vtkPhyloXMLTreeReader_h 38 #include "vtkIOInfovisModule.h" 69 void ReadXMLData() VTK_OVERRIDE;
135 void PropagateBranchColor(
vtkTree *tree);
146 std::
string GetTrimmedString(const
char *input);
152 std::
string GetStringBeforeColon(const
char *input);
158 std::
string GetStringAfterColon(const
char *input);
161 const
char* GetDataSetName() VTK_OVERRIDE;
162 void SetOutput(
vtkTree *output);
163 void SetupEmptyOutput() VTK_OVERRIDE;
Represents an XML element and those nested inside.
Hold a reference to a vtkObjectBase instance.
a simple class to control print indentation
An editable directed graph.
read vtkTree from PhyloXML formatted file
dynamic, self-adjusting array of bits
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
A rooted tree data structure.
Superclass for VTK's XML format readers.