5 #ifndef BPP_PHYL_IO_IOTREEFACTORY_H
6 #define BPP_PHYL_IO_IOTREEFACTORY_H
Utilitary class for creating tree readers and writers.
static const std::string NEXUS_FORMAT
IOTreeFactory()
Creates a new factory object.
virtual OTree * createWriter(const std::string &format)
Get a new dynamically created OTree object.
static const std::string NHX_FORMAT
static const std::string NEWICK_FORMAT
virtual ITree * createReader(const std::string &format)
Get a new dynamically created ITree object.
General interface for tree readers.
General interface for tree writers.
Defines the basic types of data flow nodes.