bpp-popgen
2.2.0
|
The Genepop input format for popgenlib. More...
#include <Bpp/PopGen/Genepop.h>
Public Member Functions | |
Genepop () | |
~Genepop () | |
The IDataSet interface. | |
void | read (std::istream &is, DataSet &data_set) throw (Exception) |
Read a DataSet on istream. More... | |
void | read (const std::string &path, DataSet &data_set) throw (Exception) |
Read a DataSet from a text file. More... | |
DataSet * | read (std::istream &is) throw (Exception) |
Read istream and return a DataSet. More... | |
DataSet * | read (const std::string &path) throw (Exception) |
Read a text file and return a DataSet. More... | |
The IOFormat interface | |
const std::string | getFormatName () const |
const std::string | getFormatDescription () const |
Genepop::Genepop | ( | ) |
Definition at line 45 of file Genepop.cpp.
Genepop::~Genepop | ( | ) |
Definition at line 47 of file Genepop.cpp.
|
inline |
|
inline |
|
virtual |
Read a DataSet on istream.
Implements bpp::AbstractIDataSet.
Definition at line 49 of file Genepop.cpp.
|
virtual |
Read a DataSet from a text file.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 194 of file Genepop.cpp.
References bpp::AbstractIDataSet::read().
|
virtual |
Read istream and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 199 of file Genepop.cpp.
References bpp::AbstractIDataSet::read().
|
virtual |
Read a text file and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 204 of file Genepop.cpp.
References bpp::AbstractIDataSet::read().