bpp-popgen
2.2.0
|
The Genetix input format for popgenlib. More...
#include <Bpp/PopGen/Genetix.h>
Public Member Functions | |
Genetix () | |
~Genetix () | |
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 |
Genetix::Genetix | ( | ) |
Definition at line 46 of file Genetix.cpp.
Genetix::~Genetix | ( | ) |
Definition at line 48 of file Genetix.cpp.
|
inline |
|
inline |
|
virtual |
Read a DataSet on istream.
Implements bpp::AbstractIDataSet.
Definition at line 50 of file Genetix.cpp.
References bpp::LocusInfo::addAlleleInfo().
|
virtual |
Read a DataSet from a text file.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 121 of file Genetix.cpp.
References bpp::AbstractIDataSet::read().
|
virtual |
Read istream and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 126 of file Genetix.cpp.
References bpp::AbstractIDataSet::read().
|
virtual |
Read a text file and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 131 of file Genetix.cpp.
References bpp::AbstractIDataSet::read().