General interface for multiple trees readers.
More...
#include <Bpp/Phyl/Io/IoTree.h>
|
| | IMultiTree () |
| |
| virtual | ~IMultiTree () |
| |
| virtual void | read (const std::string &path, std::vector< Tree * > &trees) const =0 throw (Exception) |
| | Read trees from a file. More...
|
| |
| virtual void | read (std::istream &in, std::vector< Tree * > &trees) const =0 throw (Exception) |
| | Read trees from a stream. More...
|
| |
| virtual const std::string | getDataType () const |
| |
General interface for multiple trees readers.
Definition at line 193 of file IoTree.h.
| bpp::IMultiTree::IMultiTree |
( |
| ) |
|
|
inline |
| virtual bpp::IMultiTree::~IMultiTree |
( |
| ) |
|
|
inlinevirtual |
| virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
| virtual void bpp::IMultiTree::read |
( |
const std::string & |
path, |
|
|
std::vector< Tree * > & |
trees |
|
) |
| const throw (Exception) |
|
pure virtual |
| virtual void bpp::IMultiTree::read |
( |
std::istream & |
in, |
|
|
std::vector< Tree * > & |
trees |
|
) |
| const throw (Exception) |
|
pure virtual |
The documentation for this class was generated from the following file: