BamTools::CigarOp Struct Reference

Represents a CIGAR alignment operation. More...

#include <BamAux.h>

List of all members.

Public Member Functions

 CigarOp (const char type= '\0', const uint32_t &length=0)
 constructor

Public Attributes

char Type
 CIGAR operation type (MIDNSHPX=).
uint32_t Length
 CIGAR operation length (number of bases).

Detailed Description

Represents a CIGAR alignment operation.

See also:
http://samtools.sourceforge.net/SAM1.pdf for more details on using CIGAR operations.

Constructor & Destructor Documentation

BamTools::CigarOp::CigarOp ( const char  type = '\0',
const uint32_t &  length = 0 
) [inline]

constructor


Member Data Documentation

CIGAR operation length (number of bases).

CIGAR operation type (MIDNSHPX=).


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Wed Aug 29 17:43:46 2012 for BamTools by  doxygen 1.6.3