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