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 |
◆ 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: