Class SchedGDRelease#

Inheritance Relationships#

Base Type#

Class Documentation#

class SchedGDRelease : public GDRelease

Implements gene drive release for pre-selected release sites.

Release sites are kept the same for each release, using the same pre-selected sites from the available Patches.

Public Functions

SchedGDRelease(ReleaseParams *params, std::vector<int> rel_sites, std::vector<Patch*> &sites)

SchedGDRelease constructor.

Parameters:
  • params[in] gene drive release parameters

  • rel_sites[in] chosen release sites, indices relative to Model::get_sites()

  • sites[in] vector of all Patch objects

inline ~SchedGDRelease()