|
BamTools
2.5.2
|
Represents a CIGAR alignment operation. More...
#include <BamAux.h>
Public Member Functions | |
| CigarOp (const char type='\0', const uint32_t &length=0) | |
| constructor More... | |
Public Attributes | |
| char | Type |
| CIGAR operation type (MIDNSHPX=) More... | |
| uint32_t | Length |
| CIGAR operation length (number of bases) More... | |
Represents a CIGAR alignment operation.
|
inline |
constructor
| uint32_t BamTools::CigarOp::Length |
CIGAR operation length (number of bases)
| char BamTools::CigarOp::Type |
CIGAR operation type (MIDNSHPX=)