The IAlignment interface.
More...
#include <Bpp/Seq/Io/ISequence.h>
The IAlignment interface.
This interface defines the basic methods for reading aligned sequences from a file.
Definition at line 99 of file ISequence.h.
| bpp::IAlignment::IAlignment |
( |
| ) |
|
|
inline |
| virtual bpp::IAlignment::~IAlignment |
( |
| ) |
|
|
inlinevirtual |
| const std::string bpp::IOSequence::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
Create a new container from a stream.
- Parameters
-
| input | The input stream to read. |
| alpha | The alphabet to be associated to the container. |
- Returns
- A new SiteContainer object.
- Exceptions
-
| Exception | If the file is not in the specified format. |
Implemented in bpp::AbstractIAlignment.
Create a new container from a file.
- Parameters
-
| path | The path to the file to read. |
| alpha | The alphabet to be associated to the container. |
- Returns
- A new SiteContainer object.
- Exceptions
-
| Exception | If the file is not in the specified format. |
Implemented in bpp::AbstractIAlignment.
The documentation for this class was generated from the following file: