General interface for distance matrix writers.
More...
#include <Bpp/Phyl/Io/IoSubstitutionModel.h>
General interface for distance matrix writers.
Definition at line 77 of file IoSubstitutionModel.h.
◆ OSubstitutionModel()
bpp::OSubstitutionModel::OSubstitutionModel |
( |
| ) |
|
|
inline |
◆ ~OSubstitutionModel()
virtual bpp::OSubstitutionModel::~OSubstitutionModel |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IoSubstitutionModel::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ write()
virtual void bpp::OSubstitutionModel::write |
( |
const BranchModelInterface & |
model, |
|
|
OutputStream & |
out, |
|
|
std::map< std::string, std::string > & |
globalAliases, |
|
|
std::vector< std::string > & |
writtenNames |
|
) |
| const |
|
pure virtual |
Write a substitution model to a stream.
- Parameters
-
model | A substitution model object; |
out | The output stream; |
globalAliases | parameters linked to global alias. |
writtenNames | is the vector of the written parameters so far [in, out]; |
- Exceptions
-
Implemented in bpp::BppOSubstitutionModelFormat.
The documentation for this class was generated from the following file: