|
bpp-core
2.2.0
|
General interface for parametrizable Output. More...
#include <Bpp/Io/IoParametrizable.h>
Inheritance diagram for bpp::IOParametrizable:
Collaboration diagram for bpp::IOParametrizable:Public Member Functions | |
| IOParametrizable () | |
| virtual | ~IOParametrizable () |
| 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 parametrizable Output.
Definition at line 54 of file IoParametrizable.h.
|
inline |
Definition at line 58 of file IoParametrizable.h.
|
inlinevirtual |
Definition at line 59 of file IoParametrizable.h.
|
inlinevirtual |
Get the type of data this format deals with.
Implements bpp::IOFormat.
Definition at line 62 of file IoParametrizable.h.
|
pure virtualinherited |
Get a description of the file format.
Implemented in bpp::BppODiscreteDistributionFormat, and bpp::BppOParametrizableFormat.
|
pure virtualinherited |
Get the name of the file format.
Implemented in bpp::BppODiscreteDistributionFormat, and bpp::BppOParametrizableFormat.