ARB
Classes | Macros | Enumerations | Variables
BI_helix.hxx File Reference
#include <arbdb_base.h>
#include <arb_assert.h>
#include <arbtools.h>
Include dependency graph for BI_helix.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BI_pairdef
 
struct  BI_helix_entry
 
class  BI_helix
 

Macros

#define bi_assert(bed)   arb_assert(bed)
 

Enumerations

enum  BI_PAIR_TYPE {
  HELIX_STRONG_PAIR, HELIX_NORMAL_PAIR, HELIX_WEAK_PAIR, HELIX_NO_PAIR,
  HELIX_USER0, HELIX_USER1, HELIX_USER2, HELIX_USER3,
  HELIX_USER4, HELIX_USER5, HELIX_DEFAULT
}
 

Variables

const BI_PAIR_TYPE PAIR_TYPE_COUNT = BI_PAIR_TYPE(HELIX_DEFAULT+1)
 

Macro Definition Documentation

#define bi_assert (   bed)    arb_assert(bed)

Enumeration Type Documentation

Enumerator
HELIX_STRONG_PAIR 
HELIX_NORMAL_PAIR 
HELIX_WEAK_PAIR 
HELIX_NO_PAIR 
HELIX_USER0 
HELIX_USER1 
HELIX_USER2 
HELIX_USER3 
HELIX_USER4 
HELIX_USER5 
HELIX_DEFAULT 

Definition at line 19 of file BI_helix.hxx.

Variable Documentation

const BI_PAIR_TYPE PAIR_TYPE_COUNT = BI_PAIR_TYPE(HELIX_DEFAULT+1)