NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
cram_feature Struct Reference

Detailed description

Definition at line 427 of file cram_structs.h.

#include <cram_structs.h>

Public Members

union {
   struct {
      int   pos
 
      int   code
 
      int   base
 
   }   X
 
   struct {
      int   pos
 
      int   code
 
      int   base
 
      int   qual
 
   }   B
 
   struct {
      int   pos
 
      int   code
 
      int   qual
 
   }   Q
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
      int   seq_idx
 
   }   S
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
      int   seq_idx
 
   }   I
 
   struct {
      int   pos
 
      int   code
 
      int   base
 
   }   i
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
   }   D
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
   }   N
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
   }   P
 
   struct {
      int   pos
 
      int   code
 
      int   len
 
   }   H
 
}; 
 

Member Data Documentation

union { ... }
struct { ... } cram_feature::B
int cram_feature::base

Definition at line 432 of file cram_structs.h.

int cram_feature::code

Definition at line 431 of file cram_structs.h.

struct { ... } cram_feature::D
struct { ... } cram_feature::H
struct { ... } cram_feature::I
struct { ... } cram_feature::i
int cram_feature::len

Definition at line 448 of file cram_structs.h.

struct { ... } cram_feature::N
struct { ... } cram_feature::P
int cram_feature::pos

Definition at line 430 of file cram_structs.h.

struct { ... } cram_feature::Q
int cram_feature::qual

Definition at line 438 of file cram_structs.h.

struct { ... } cram_feature::S
int cram_feature::seq_idx

Definition at line 449 of file cram_structs.h.

struct { ... } cram_feature::X

The documentation for this struct was generated from the following file: