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

Go to the source code of this file.

Data Structures

struct  twoundead_state_t
 TwoUndead process state. More...
 
struct  twoundead_parameters_t
 TwoUndead process parameters. More...
 

Typedefs

using twoundead_proc_t = popul_proc_t<twoundead_state_t,twoundead_parameters_t,22>
 
using twoundead_genealogy_t = master_t<twoundead_proc_t,5>
 

Variables

static int host1 = 0
 
static int host2 = 1
 
static int ghost1 = 2
 
static int ghost2 = 3
 
static int outside = 4
 

Typedef Documentation

◆ twoundead_genealogy_t

Definition at line 54 of file twoundead.cc.

◆ twoundead_proc_t

Variable Documentation

◆ ghost1

int ghost1 = 2
static

Definition at line 9 of file twoundead.cc.

◆ ghost2

int ghost2 = 3
static

Definition at line 10 of file twoundead.cc.

◆ host1

int host1 = 0
static

Definition at line 7 of file twoundead.cc.

◆ host2

int host2 = 1
static

Definition at line 8 of file twoundead.cc.

◆ outside

int outside = 4
static

Definition at line 11 of file twoundead.cc.