|
bpp-seq
2.2.0
|
Sequence I/O in BppO format. More...
#include <Bpp/Seq/Io/BppOAlignmentReaderFormat.h>
Inheritance diagram for bpp::BppOAlignmentReaderFormat:
Collaboration diagram for bpp::BppOAlignmentReaderFormat:Public Member Functions | |
| BppOAlignmentReaderFormat (int warningLevel) | |
| virtual | ~BppOAlignmentReaderFormat () |
| const std::string | getFormatName () const |
| const std::string | getFormatDescription () const |
| const std::string | getDataType () const |
| IAlignment * | read (const std::string &description) throw (Exception) |
| Read a IAlignment 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_ |
Sequence I/O in BppO format.
Creates a new IAlignment object according to distribution description syntax (see the Bio++ Program Suite manual for a detailed description of this syntax).
Definition at line 56 of file BppOAlignmentReaderFormat.h.
|
inline |
Definition at line 64 of file BppOAlignmentReaderFormat.h.
|
inlinevirtual |
Definition at line 66 of file BppOAlignmentReaderFormat.h.
|
inline |
Definition at line 73 of file BppOAlignmentReaderFormat.h.
|
inline |
Definition at line 71 of file BppOAlignmentReaderFormat.h.
|
inline |
Definition at line 69 of file BppOAlignmentReaderFormat.h.
|
inlinevirtual |
Definition at line 87 of file BppOAlignmentReaderFormat.h.
References unparsedArguments_.
Referenced by bpp::SequenceApplicationTools::getSiteContainer().
| IAlignment * BppOAlignmentReaderFormat::read | ( | const std::string & | description | ) | |
| throw | ( | Exception | |||
| ) | |||||
Read a IAlignment object from a string.
| description | A string describing the reader in the keyval syntax. |
| Exception | if an error occured. |
Definition at line 56 of file BppOAlignmentReaderFormat.cpp.
Referenced by bpp::SequenceApplicationTools::getSiteContainer().
|
private |
Definition at line 60 of file BppOAlignmentReaderFormat.h.
Referenced by getUnparsedArguments().
|
private |
Definition at line 61 of file BppOAlignmentReaderFormat.h.