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