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 const int host1 = 0
 
static const int host2 = 1
 
static const int ghost1 = 2
 
static const int ghost2 = 3
 
static const int outside = 4
 

Typedef Documentation

◆ twoundead_genealogy_t

Definition at line 54 of file twoundead.cc.

◆ twoundead_proc_t

Variable Documentation

◆ ghost1

const int ghost1 = 2
static

Definition at line 9 of file twoundead.cc.

◆ ghost2

const int ghost2 = 3
static

Definition at line 10 of file twoundead.cc.

◆ host1

const int host1 = 0
static

Definition at line 7 of file twoundead.cc.

◆ host2

const int host2 = 1
static

Definition at line 8 of file twoundead.cc.

◆ outside

const int outside = 4
static

Definition at line 11 of file twoundead.cc.