libStatGen Software
1
|
Public Member Functions | |
CigarOperator (Operation operation, uint32_t count) | |
Set the cigar operator with the specified operation and count length. | |
char | getChar () const |
Get the character code (M, I, D, N, S, H, or P) associated with this operation. | |
bool | operator== (const CigarOperator &rhs) const |
Compare only on the operator, true if they are the same, false if not. Match and mismatch are considered the same for CIGAR strings. | |
bool | operator!= (const CigarOperator &rhs) const |
Compare only on the operator, false if they are the same, true if not. Match and mismatch are considered the same for CIGAR strings. | |
Public Attributes | |
Operation | operation |
uint32_t | count |
Cigar::CigarOperator::CigarOperator | ( | Operation | operation, |
uint32_t | count | ||
) | [inline] |
char Cigar::CigarOperator::getChar | ( | ) | const [inline] |
Get the character code (M, I, D, N, S, H, or P) associated with this operation.
Definition at line 127 of file Cigar.h.
References Cigar::del, Cigar::hardClip, Cigar::insert, Cigar::match, Cigar::mismatch, Cigar::none, Cigar::pad, Cigar::skip, and Cigar::softClip.