The OAlignment interface.
More...
#include <Bpp/Seq/Io/OSequence.h>
The OAlignment interface.
This interface defines the basic methods for writing alignments to a file.
Definition at line 95 of file OSequence.h.
◆ OAlignment()
bpp::OAlignment::OAlignment |
( |
| ) |
|
|
inline |
◆ ~OAlignment()
virtual bpp::OAlignment::~OAlignment |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
const std::string bpp::IOSequence::getDataType |
( |
| ) |
const |
|
inlineinherited |
◆ writeAlignment() [1/2]
virtual void bpp::OAlignment::writeAlignment |
( |
std::ostream & |
output, |
|
|
const SiteContainer & |
sc |
|
) |
| const |
throw | ( | Exception |
| ) | | |
|
pure virtual |
◆ writeAlignment() [2/2]
virtual void bpp::OAlignment::writeAlignment |
( |
const std::string & |
path, |
|
|
const SiteContainer & |
sc, |
|
|
bool |
overwrite |
|
) |
| const |
throw | ( | Exception |
| ) | | |
|
pure virtual |
The documentation for this class was generated from the following file: