ARB
Classes | Macros | Typedefs | Enumerations
st_ml.hxx File Reference
#include <arbdb_base.h>
#include <algorithm>
#include <attributes.h>
#include <arbtools.h>
#include <cb.h>
Include dependency graph for st_ml.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ST_base_vector
 
class  ST_rate_matrix
 
class  ST_ML
 

Macros

#define st_assert(cond)   arb_assert(cond)
 

Typedefs

typedef unsigned char ST_ML_Color
 
typedef float ST_FLOAT
 

Enumerations

enum  DNA_Base {
  ST_A, ST_C, ST_G, ST_T,
  ST_GAP, ST_MAX_BASE, ST_UNKNOWN = -1
}
 

Macro Definition Documentation

#define st_assert (   cond)    arb_assert(cond)

Typedef Documentation

typedef unsigned char ST_ML_Color

Definition at line 42 of file st_ml.hxx.

typedef float ST_FLOAT

Definition at line 46 of file st_ml.hxx.

Enumeration Type Documentation

enum DNA_Base
Enumerator
ST_A 
ST_C 
ST_G 
ST_T 
ST_GAP 
ST_MAX_BASE 
ST_UNKNOWN 

Definition at line 49 of file st_ml.hxx.