|
bpp-popgen
2.2.0
|
The ODataSet interface. More...
#include <Bpp/PopGen/ODataSet.h>
Inheritance diagram for bpp::ODataSet:
Collaboration diagram for bpp::ODataSet:Public Member Functions | |
| virtual | ~ODataSet () |
| 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 =0 throw (Exception) |
| Write a DataSet in a text file. More... | |
The ODataSet interface.
Definition at line 54 of file ODataSet.h.
|
inlinevirtual |
Definition at line 59 of file ODataSet.h.
|
pure virtual | ||||||||||||||||||||
Write a DataSet on ostream.
Implemented in bpp::PopgenlibIO, bpp::DarwinVarSingle, bpp::DarwinDon, and bpp::AbstractODataSet.
|
pure virtual | ||||||||||||||||||||||||
Write a DataSet in a text file.
Implemented in bpp::PopgenlibIO, bpp::DarwinVarSingle, bpp::DarwinDon, and bpp::AbstractODataSet.