Represents a CIGAR alignment operation. More...
#include <BamAux.h>
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). |
Represents a CIGAR alignment operation.
BamTools::CigarOp::CigarOp | ( | const char | type = '\0' , |
|
const uint32_t & | length = 0 | |||
) | [inline] |
constructor
uint32_t BamTools::CigarOp::Length |
CIGAR operation length (number of bases).
CIGAR operation type (MIDNSHPX=).