General interface for distance matrix readers.
More...
#include <Bpp/Io/IoDiscreteDistribution.h>
General interface for distance matrix readers.
Definition at line 67 of file IoDiscreteDistribution.h.
◆ IDiscreteDistribution()
bpp::IDiscreteDistribution::IDiscreteDistribution |
( |
| ) |
|
|
inline |
◆ ~IDiscreteDistribution()
virtual bpp::IDiscreteDistribution::~IDiscreteDistribution |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IoDiscreteDistribution::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ getFormatDescription()
virtual const std::string bpp::IOFormat::getFormatDescription |
( |
| ) |
const |
|
pure virtualinherited |
◆ getFormatName()
virtual const std::string bpp::IOFormat::getFormatName |
( |
| ) |
const |
|
pure virtualinherited |
◆ getUnparsedArguments()
virtual const std::map<std::string, std::string>& bpp::IDiscreteDistribution::getUnparsedArguments |
( |
| ) |
const |
|
pure virtual |
◆ read()
virtual DiscreteDistribution* bpp::IDiscreteDistribution::read |
( |
const std::string & |
distrDescription, |
|
|
bool |
parseArguments = true |
|
) |
| |
|
pure virtual |
Read a discrete distribution from a string.
- Parameters
-
distrDescription | A string describing the distribution in the format. |
parseArguments | Attempt to parse function arguments. If not, only store them and use default values instead. |
- Returns
- A new DiscreteDistribution object according to options specified.
- Exceptions
-
Implemented in bpp::BppODiscreteDistributionFormat.
The documentation for this class was generated from the following file: