Partial implementation of the IMultiTree interface.
More...
#include <Bpp/Phyl/Io/IoTree.h>
Partial implementation of the IMultiTree interface.
Definition at line 454 of file IoTree.h.
◆ AbstractIMultiTree()
bpp::AbstractIMultiTree::AbstractIMultiTree |
( |
| ) |
|
|
inline |
◆ ~AbstractIMultiTree()
virtual bpp::AbstractIMultiTree::~AbstractIMultiTree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ readTrees() [1/2]
virtual void bpp::AbstractIMultiTree::readTrees |
( |
const std::string & |
path, |
|
|
std::vector< std::unique_ptr< Tree >> & |
trees |
|
) |
| const |
|
inlineoverridevirtual |
Read trees from a file.
- Parameters
-
path | The file path. |
trees | The output trees container. |
- Exceptions
-
Implements bpp::IMultiTree.
Definition at line 464 of file IoTree.h.
References readTrees().
◆ readTrees() [2/2]
virtual void bpp::AbstractIMultiTree::readTrees |
( |
std::istream & |
in, |
|
|
std::vector< std::unique_ptr< Tree >> & |
trees |
|
) |
| const |
|
overridepure virtual |
The documentation for this class was generated from the following file: