bpp-phyl3
3.0.0
|
Tree I/O in BppO format. More...
#include <Bpp/Phyl/Io/BppOTreeReaderFormat.h>
Public Member Functions | |
BppOTreeReaderFormat (int warningLevel) | |
virtual | ~BppOTreeReaderFormat () |
const std::string | getFormatName () const |
const std::string | getFormatDescription () const |
const std::string | getDataType () const |
std::unique_ptr< ITree > | readITree (const std::string &description) |
Read a ITree 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 ITree 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 BppOTreeReaderFormat.h.
|
inline |
Definition at line 29 of file BppOTreeReaderFormat.h.
|
inlinevirtual |
Definition at line 32 of file BppOTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 39 of file BppOTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 37 of file BppOTreeReaderFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 35 of file BppOTreeReaderFormat.h.
|
inlinevirtual |
Definition at line 53 of file BppOTreeReaderFormat.h.
References unparsedArguments_.
unique_ptr< ITree > BppOTreeReaderFormat::readITree | ( | const std::string & | description | ) |
Read a ITree 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 BppOTreeReaderFormat.cpp.
References bpp::ApplicationTools::getBooleanParameter(), and bpp::KeyvalTools::parseProcedure().
Referenced by bpp::PhylogeneticsApplicationTools::getTree().
|
private |
Definition at line 25 of file BppOTreeReaderFormat.h.
Referenced by getUnparsedArguments().
|
private |
Definition at line 26 of file BppOTreeReaderFormat.h.