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