bpp-popgen
2.2.0
|
The IDataSet interface. More...
#include <Bpp/PopGen/IDataSet.h>
Public Member Functions | |
virtual | ~IDataSet () |
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)=0 throw (Exception) |
Read a DataSet from a text file. More... | |
virtual DataSet * | read (std::istream &is)=0 throw (Exception) |
Read istream and return a DataSet. More... | |
virtual DataSet * | read (const std::string &path)=0 throw (Exception) |
Read a text file and return a DataSet. More... | |
The IDataSet interface.
Definition at line 54 of file IDataSet.h.
|
inlinevirtual |
Definition at line 59 of file IDataSet.h.
|
pure virtual |
Read a DataSet on istream.
Implemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, bpp::Genepop, and bpp::AbstractIDataSet.
|
pure virtual |
Read a DataSet from a text file.
Implemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, bpp::Genepop, and bpp::AbstractIDataSet.
|
pure virtual |
Read istream and return a DataSet.
Implemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, bpp::Genepop, and bpp::AbstractIDataSet.
|
pure virtual |
Read a text file and return a DataSet.
Implemented in bpp::PopgenlibIO, bpp::GeneMapperCsvExport, bpp::Genetix, bpp::Genepop, and bpp::AbstractIDataSet.