General interface for tree readers.
More...
#include <Bpp/Phyl/Io/IoTree.h>
General interface for tree readers.
Definition at line 92 of file IoTree.h.
◆ IPhyloTree()
bpp::IPhyloTree::IPhyloTree |
( |
| ) |
|
|
inline |
◆ ~IPhyloTree()
virtual bpp::IPhyloTree::~IPhyloTree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ readPhyloTree() [1/2]
virtual std::unique_ptr<PhyloTree> bpp::IPhyloTree::readPhyloTree |
( |
const std::string & |
path | ) |
const |
|
pure virtual |
◆ readPhyloTree() [2/2]
virtual std::unique_ptr<PhyloTree> bpp::IPhyloTree::readPhyloTree |
( |
std::istream & |
in | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: