bpp-core3
3.0.0
|
General interface for model I/O. More...
#include <Bpp/Io/IoDiscreteDistribution.h>
Public Member Functions | |
IoDiscreteDistribution () | |
virtual | ~IoDiscreteDistribution () |
virtual const std::string | getDataType () const |
Get the type of data this format deals with. More... | |
virtual const std::string | getFormatName () const =0 |
Get the name of the file format. More... | |
virtual const std::string | getFormatDescription () const =0 |
Get a description of the file format. More... | |
General interface for model I/O.
Definition at line 19 of file IoDiscreteDistribution.h.
|
inline |
Definition at line 23 of file IoDiscreteDistribution.h.
|
inlinevirtual |
Definition at line 24 of file IoDiscreteDistribution.h.
|
inlinevirtual |
Get the type of data this format deals with.
Implements bpp::IOFormat.
Definition at line 27 of file IoDiscreteDistribution.h.
|
pure virtualinherited |
Get a description of the file format.
Implemented in bpp::BppODiscreteDistributionFormat, and bpp::BppOParametrizableFormat.
Referenced by bpp::IOFormat::~IOFormat().
|
pure virtualinherited |
Get the name of the file format.
Implemented in bpp::BppODiscreteDistributionFormat, and bpp::BppOParametrizableFormat.
Referenced by bpp::IOFormat::~IOFormat().