bpp-popgen  2.2.0
bpp::DarwinDon Class Reference

The Darwin .don output format for popgenlib. More...

#include <Bpp/PopGen/DarwinDon.h>

+ Inheritance diagram for bpp::DarwinDon:
+ Collaboration diagram for bpp::DarwinDon:

Public Member Functions

 DarwinDon ()
 
 ~DarwinDon ()
 
The ODataSet interface.
void write (std::ostream &os, const DataSet &data_set) const throw (Exception)
 Write a DataSet on ostream. More...
 
void write (const std::string &path, const DataSet &data_set, bool overwrite) const throw (Exception)
 Write a DataSet in a text file. More...
 
The IOFormat interface
const std::string getFormatName () const
 
const std::string getFormatDescription () const
 

Detailed Description

The Darwin .don output format for popgenlib.

Author
Sylvain Gaillard

Definition at line 58 of file DarwinDon.h.

Constructor & Destructor Documentation

◆ DarwinDon()

DarwinDon::DarwinDon ( )

Definition at line 47 of file DarwinDon.cpp.

◆ ~DarwinDon()

DarwinDon::~DarwinDon ( )

Definition at line 49 of file DarwinDon.cpp.

Member Function Documentation

◆ getFormatDescription()

const std::string bpp::DarwinDon::getFormatDescription ( ) const
inline

Definition at line 85 of file DarwinDon.h.

◆ getFormatName()

const std::string bpp::DarwinDon::getFormatName ( ) const
inline

Definition at line 81 of file DarwinDon.h.

◆ write() [1/2]

void DarwinDon::write ( std::ostream &  os,
const DataSet data_set 
) const
throw (Exception
)
virtual

Write a DataSet on ostream.

Implements bpp::AbstractODataSet.

Definition at line 51 of file DarwinDon.cpp.

◆ write() [2/2]

void DarwinDon::write ( const std::string &  path,
const DataSet data_set,
bool  overwrite 
) const
throw (Exception
)
virtual

Write a DataSet in a text file.

Reimplemented from bpp::AbstractODataSet.

Definition at line 78 of file DarwinDon.cpp.

References bpp::AbstractODataSet::write().


The documentation for this class was generated from the following files: