bpp-popgen
2.2.0
|
Partial implementation of the DataSet Output interface. More...
#include <Bpp/PopGen/AbstractODataSet.h>
Public Member Functions | |
virtual | ~AbstractODataSet () |
The ODataSet interface. | |
virtual void | write (std::ostream &os, const DataSet &data_set) const =0 throw (Exception) |
Write a DataSet on ostream. More... | |
virtual void | write (const std::string &path, const DataSet &data_set, bool overwrite) const throw (Exception) |
Write a DataSet in a text file. More... | |
Partial implementation of the DataSet Output interface.
Definition at line 53 of file AbstractODataSet.h.
|
virtual |
Definition at line 50 of file AbstractODataSet.cpp.
|
pure virtual |
Write a DataSet on ostream.
Implements bpp::ODataSet.
Implemented in bpp::PopgenlibIO, bpp::DarwinVarSingle, and bpp::DarwinDon.
Referenced by bpp::DarwinDon::write(), bpp::DarwinVarSingle::write(), and bpp::PopgenlibIO::write().
|
virtual |
Write a DataSet in a text file.
Implements bpp::ODataSet.
Reimplemented in bpp::PopgenlibIO, bpp::DarwinVarSingle, and bpp::DarwinDon.
Definition at line 52 of file AbstractODataSet.cpp.