Partial implementation of the OTree interface.
More...
#include <Bpp/Phyl/Io/IoTree.h>
Partial implementation of the OTree interface.
Definition at line 518 of file IoTree.h.
◆ AbstractOMultiPhyloTree()
bpp::AbstractOMultiPhyloTree::AbstractOMultiPhyloTree |
( |
| ) |
|
|
inline |
◆ ~AbstractOMultiPhyloTree()
virtual bpp::AbstractOMultiPhyloTree::~AbstractOMultiPhyloTree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ writePhyloTrees() [1/2]
virtual void bpp::AbstractOMultiPhyloTree::writePhyloTrees |
( |
const std::vector< const PhyloTree * > & |
trees, |
|
|
const std::string & |
path, |
|
|
bool |
overwrite |
|
) |
| const |
|
inlinevirtual |
Write trees to a file.
- Parameters
-
trees | A vector of tree objects. |
path | The file path. |
overwrite | Tell if existing file must be overwritten. Otherwise append to the file. |
- Exceptions
-
Implements bpp::OMultiPhyloTree.
Definition at line 528 of file IoTree.h.
References writePhyloTrees().
◆ writePhyloTrees() [2/2]
virtual void bpp::AbstractOMultiPhyloTree::writePhyloTrees |
( |
const std::vector< const PhyloTree * > & |
trees, |
|
|
std::ostream & |
out |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: