|
bpp-phyl3 3.0.0
|
General interface for distance matrix writers. More...
#include <Bpp/Phyl/Io/IoFrequencySet.h>
Inheritance diagram for bpp::OFrequencySet:
Collaboration diagram for bpp::OFrequencySet:Public Member Functions | |
| OFrequencySet () | |
| virtual | ~OFrequencySet () |
| virtual void | writeFrequencySet (const FrequencySetInterface &pfreqset, OutputStream &out, std::map< std::string, std::string > &globalAliases, std::vector< std::string > &writtenNames) const =0 |
| Write a substitution model to a stream. More... | |
| virtual const std::string | getDataType () const |
| virtual const std::string | getFormatName () const=0 |
| virtual const std::string | getFormatDescription () const=0 |
General interface for distance matrix writers.
Definition at line 73 of file IoFrequencySet.h.
|
inline |
Definition at line 77 of file IoFrequencySet.h.
|
inlinevirtual |
Definition at line 78 of file IoFrequencySet.h.
|
inlinevirtualinherited |
Implements bpp::IOFormat.
Definition at line 32 of file IoFrequencySet.h.
|
pure virtual |
Write a substitution model to a stream.
| pfreqset | A frequency set object; |
| out | The output stream; |
| globalAliases | parameters linked to global alias. The output will be "name=alias_name"; |
| writtenNames | is the vector of the written parameters so far [in, out]; |
Implemented in bpp::BppOFrequencySetFormat.