phylopomp
Phylodynamics for POMPs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ball.h File Reference
#include <string>
#include <cstring>
#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 = name_t(NA_INTEGER)
 

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 14 of file ball.h.

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

Variable Documentation

◆ colores

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

Definition at line 15 of file ball.h.

◆ colorsymb

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

Definition at line 16 of file ball.h.

◆ undeme

const name_t undeme = name_t(NA_INTEGER)
static

Definition at line 17 of file ball.h.