bpp-popgen
2.2.0
|
Partial implementation of the DataSet Input interface. More...
#include <Bpp/PopGen/AbstractIDataSet.h>
Public Member Functions | |
virtual | ~AbstractIDataSet () |
The IDataSet interface. | |
virtual void | read (std::istream &is, DataSet &data_set)=0 throw (Exception) |
Read a DataSet on istream. More... | |
virtual void | read (const std::string &path, DataSet &data_set) throw (Exception) |
Read a DataSet from a text file. More... | |
virtual DataSet * | read (std::istream &is) throw (Exception) |
Read istream and return a DataSet. More... | |
virtual DataSet * | read (const std::string &path) throw (Exception) |
Read a text file and return a DataSet. More... | |
Partial implementation of the DataSet Input interface.
Definition at line 55 of file AbstractIDataSet.h.
|
virtual |
Definition at line 50 of file AbstractIDataSet.cpp.
|
pure virtual |
Read a DataSet on istream.
Implements bpp::IDataSet.
Implemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, and bpp::Genepop.
Referenced by bpp::Genepop::read(), bpp::Genetix::read(), bpp::GeneMapperCsvExport::read(), and bpp::PopgenlibIO::read().
|
virtual |
Read a DataSet from a text file.
Implements bpp::IDataSet.
Reimplemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, and bpp::Genepop.
Definition at line 52 of file AbstractIDataSet.cpp.
|
virtual |
Read istream and return a DataSet.
Implements bpp::IDataSet.
Reimplemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, and bpp::Genepop.
Definition at line 59 of file AbstractIDataSet.cpp.
|
virtual |
Read a text file and return a DataSet.
Implements bpp::IDataSet.
Reimplemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, and bpp::Genepop.
Definition at line 66 of file AbstractIDataSet.cpp.