General interface for tree writers.
More...
#include <Bpp/Phyl/Io/IoDAG.h>
General interface for tree writers.
Definition at line 214 of file IoDAG.h.
◆ OMultiPhyloDAG()
bpp::OMultiPhyloDAG::OMultiPhyloDAG |
( |
| ) |
|
|
inline |
◆ ~OMultiPhyloDAG()
virtual bpp::OMultiPhyloDAG::~OMultiPhyloDAG |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IODAG::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ writePhyloDAGs() [1/2]
virtual void bpp::OMultiPhyloDAG::writePhyloDAGs |
( |
const std::vector< const PhyloDAG * > & |
dags, |
|
|
const std::string & |
path, |
|
|
bool |
overwrite |
|
) |
| const |
|
pure virtual |
Write dags to a file.
- Parameters
-
dags | A vector of dag objects. |
path | The file path. |
overwrite | Tell if existing file must be overwritten. Otherwise append to the file. |
Implemented in bpp::AbstractOMultiPhyloDAG.
◆ writePhyloDAGs() [2/2]
virtual void bpp::OMultiPhyloDAG::writePhyloDAGs |
( |
const std::vector< const PhyloDAG * > & |
dags, |
|
|
std::ostream & |
out |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: