The SiteSimulator interface. SiteSimulator classes can simulate single sites.
More...
#include <Bpp/Phyl/Simulation/SiteSimulator.h>
The SiteSimulator interface. SiteSimulator classes can simulate single sites.
- See Also
- SequenceSimulator interface for simulating whole sequence sets.
Definition at line 55 of file SiteSimulator.h.
| bpp::SiteSimulator::SiteSimulator |
( |
| ) |
|
|
inline |
| virtual bpp::SiteSimulator::~SiteSimulator |
( |
| ) |
|
|
inlinevirtual |
| virtual const Alphabet* bpp::SiteSimulator::getAlphabet |
( |
| ) |
const |
|
pure virtual |
| virtual std::vector<std::string> bpp::SiteSimulator::getSequencesNames |
( |
| ) |
const |
|
pure virtual |
| virtual Site* bpp::SiteSimulator::simulate |
( |
| ) |
const |
|
pure virtual |
| virtual Site* bpp::SiteSimulator::simulate |
( |
int |
ancestralState | ) |
const |
|
pure virtual |
| virtual Site* bpp::SiteSimulator::simulate |
( |
int |
ancestralState, |
|
|
double |
rate |
|
) |
| const |
|
pure virtual |
| virtual Site* bpp::SiteSimulator::simulate |
( |
double |
rate | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: