phylopomp
Phylodynamics for POMPs
Loading...
Searching...
No Matches
ball.h File Reference
#include "internal.h"
Include dependency graph for ball.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ball_t
 Balls function as pointers. More...
 

Enumerations

enum  color_t { green , blue , black }
 BALL COLORS. More...
 

Variables

static const char * colores [] = {"green", "blue", "black"}
 
static const char * colorsymb [] = {"g", "b", "o"}
 
static const name_t undeme = 0
 

Enumeration Type Documentation

◆ color_t

enum color_t

BALL COLORS.

NB: The correctness of the algorithms depends on green being the first color and black being the last.

Enumerator
green 
blue 
black 

Definition at line 12 of file ball.h.

color_t
BALL COLORS.
Definition ball.h:12
@ green
Definition ball.h:12
@ black
Definition ball.h:12
@ blue
Definition ball.h:12

Variable Documentation

◆ colores

const char* colores[] = {"green", "blue", "black"}
static

Definition at line 13 of file ball.h.

13{"green", "blue", "black"};

◆ colorsymb

const char* colorsymb[] = {"g", "b", "o"}
static

Definition at line 14 of file ball.h.

14{"g", "b", "o"};

◆ undeme

const name_t undeme = 0
static

Definition at line 15 of file ball.h.