bpp-phyl3
3.0.0
|
Tree I/O in BppO format. More...
#include <Bpp/Phyl/Io/BppOMultiTreeReaderFormat.h>
Public Member Functions | |
BppOMultiTreeReaderFormat (int warningLevel) | |
virtual | ~BppOMultiTreeReaderFormat () |
const std::string | getFormatName () const |
const std::string | getFormatDescription () const |
const std::string | getDataType () const |
IMultiTree * | readIMultiTree (const std::string &description) |
Read a IMultiTree object from a string. More... | |
virtual const std::map< std::string, std::string > & | getUnparsedArguments () const |
Private Attributes | |
std::map< std::string, std::string > | unparsedArguments_ |
int | warningLevel_ |
Tree I/O in BppO format.
Creates a new IMultiTree object according to distribution description syntax (see the Bio++ Program Suite manual for a detailed description of this syntax).
Definition at line 21 of file BppOMultiTreeReaderFormat.h.
|
inline |
Definition at line 29 of file BppOMultiTreeReaderFormat.h.
|
inlinevirtual |
Definition at line 32 of file BppOMultiTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 39 of file BppOMultiTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 37 of file BppOMultiTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 35 of file BppOMultiTreeReaderFormat.h.
|
inlinevirtual |
Definition at line 53 of file BppOMultiTreeReaderFormat.h.
References unparsedArguments_.
IMultiTree * BppOMultiTreeReaderFormat::readIMultiTree | ( | const std::string & | description | ) |
Read a IMultiTree object from a string.
description | A string describing the reader in the keyval syntax. |
Exception | if an error occurred. |
Definition at line 17 of file BppOMultiTreeReaderFormat.cpp.
References bpp::ApplicationTools::getBooleanParameter(), and bpp::KeyvalTools::parseProcedure().
Referenced by bpp::PhylogeneticsApplicationTools::getTrees().
|
private |
Definition at line 25 of file BppOMultiTreeReaderFormat.h.
Referenced by getUnparsedArguments().
|
private |
Definition at line 26 of file BppOMultiTreeReaderFormat.h.