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