bpp-popgen3
3.0.0
|
The Darwin .don output format for popgenlib. More...
#include <Bpp/PopGen/DataSet/Io/Darwin/DarwinDon.h>
Public Member Functions | |
DarwinDon () | |
~DarwinDon () | |
The ODataSet interface. | |
void | write (std::ostream &os, const DataSet &data_set) const |
Write a DataSet on ostream. More... | |
void | write (const std::string &path, const DataSet &data_set, bool overwrite) const |
Write a DataSet in a text file. More... | |
The IOFormat interface | |
const std::string | getFormatName () const |
const std::string | getFormatDescription () const |
Private Member Functions | |
The IOFormat interface. | |
const std::string | getDataType () const |
The Darwin .don output format for popgenlib.
Definition at line 23 of file DarwinDon.h.
DarwinDon::DarwinDon | ( | ) |
Definition at line 12 of file DarwinDon.cpp.
DarwinDon::~DarwinDon | ( | ) |
Definition at line 14 of file DarwinDon.cpp.
|
inlineprivatevirtualinherited |
Implements bpp::IOFormat.
Definition at line 33 of file IODataSet.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 50 of file DarwinDon.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 46 of file DarwinDon.h.
|
virtual |
Write a DataSet in a text file.
Reimplemented from bpp::AbstractODataSet.
Definition at line 43 of file DarwinDon.cpp.
References bpp::AbstractODataSet::write().
|
virtual |
Write a DataSet on ostream.
Implements bpp::AbstractODataSet.
Definition at line 16 of file DarwinDon.cpp.
References bpp::Individual::getId(), bpp::DataSet::getIndividualAtPositionFromGroup(), bpp::DataSet::getNumberOfGroups(), bpp::DataSet::getNumberOfIndividualsInGroup(), and bpp::VectorTools::print().