phylopomp
Phylodynamics for POMPs
Loading...
Searching...
No Matches
bdss.cc File Reference
#include "master.h"
#include "popul_proc.h"
#include "generics.h"
#include "internal.h"
Include dependency graph for bdss.cc:

Go to the source code of this file.

Data Structures

struct  bdss_state_t
 BDSS process state. More...
 
struct  bdss_parameters_t
 BDSS process parameters. More...
 

Typedefs

using bdss_proc_t = popul_proc_t<bdss_state_t,bdss_parameters_t,8>
 
using bdss_genealogy_t = master_t<bdss_proc_t,2>
 

Variables

static const int normal = 1
 
static const int superspreader = 2
 

Typedef Documentation

◆ bdss_genealogy_t

Definition at line 30 of file bdss.cc.

◆ bdss_proc_t

Definition at line 29 of file bdss.cc.

Variable Documentation

◆ normal

const int normal = 1
static

Definition at line 7 of file bdss.cc.

◆ superspreader

const int superspreader = 2
static

Definition at line 8 of file bdss.cc.