Partial implementation of the IMultiTree interface.
More...
#include <Bpp/Phyl/Io/IoTree.h>
Partial implementation of the IMultiTree interface.
Definition at line 253 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 |
◆ read() [1/2]
virtual void bpp::AbstractIMultiTree::read |
( |
std::istream & |
in, |
|
|
std::vector< Tree *> & |
trees |
|
) |
| const |
throw | ( | Exception |
| ) | | |
|
pure virtual |
◆ read() [2/2]
virtual void bpp::AbstractIMultiTree::read |
( |
const std::string & |
path, |
|
|
std::vector< Tree *> & |
trees |
|
) |
| const |
throw | ( | Exception |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: