Home
last modified time | relevance | path

Searched defs:TraceBitMap_ (Results 1 – 1 of 1) sorted by relevance

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/align/
H A Ddp_profile.h117 struct TraceBitMap_ struct
119 typedef uint8_t TTraceValue;
120 static const TTraceValue NONE = 0u; //0000000
121 static const TTraceValue DIAGONAL = 1u; //0000001
122 static const TTraceValue HORIZONTAL = 2u; //0000010
123 static const TTraceValue VERTICAL = 4u; //0000100
124 static const TTraceValue HORIZONTAL_OPEN = 8u; //0001000
125 static const TTraceValue VERTICAL_OPEN = 16u; //0010000
126 static const TTraceValue MAX_FROM_HORIZONTAL_MATRIX = 32u; //0100000
127 static const TTraceValue MAX_FROM_VERTICAL_MATRIX = 64u; //1000000
[all …]