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

Go to the source code of this file.

Data Structures

struct  bdei_state_t
 BDEI process state. More...
 
struct  bdei_parameters_t
 BDEI process parameters. More...
 

Typedefs

using bdei_proc_t = popul_proc_t<bdei_state_t,bdei_parameters_t,4>
 
using bdei_genealogy_t = master_t<bdei_proc_t,2>
 

Variables

static const int exposed = 1
 
static const int infectious = 2
 

Typedef Documentation

◆ bdei_genealogy_t

Definition at line 28 of file bdei.cc.

◆ bdei_proc_t

Definition at line 27 of file bdei.cc.

Variable Documentation

◆ exposed

const int exposed = 1
static

Definition at line 7 of file bdei.cc.

◆ infectious

const int infectious = 2
static

Definition at line 8 of file bdei.cc.