General interface for multiple trees readers.
More...
#include <Bpp/Phyl/Io/IoDAG.h>
General interface for multiple trees readers.
Definition at line 184 of file IoDAG.h.
◆ IMultiPhyloDAG()
bpp::IMultiPhyloDAG::IMultiPhyloDAG |
( |
| ) |
|
|
inline |
◆ ~IMultiPhyloDAG()
virtual bpp::IMultiPhyloDAG::~IMultiPhyloDAG |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IODAG::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ readPhyloDAGs() [1/2]
virtual void bpp::IMultiPhyloDAG::readPhyloDAGs |
( |
const std::string & |
path, |
|
|
std::vector< std::unique_ptr< PhyloDAG >> & |
dags |
|
) |
| const |
|
pure virtual |
Read dags from a file.
- Parameters
-
path | The file path. |
dags | The output dags vector. |
- Exceptions
-
Implemented in bpp::AbstractIMultiPhyloDAG.
◆ readPhyloDAGs() [2/2]
virtual void bpp::IMultiPhyloDAG::readPhyloDAGs |
( |
std::istream & |
in, |
|
|
std::vector< std::unique_ptr< PhyloDAG >> & |
dags |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: