Mark the specified sequence in both directions. */
| 93 | |
| 94 | /** Mark the specified sequence in both directions. */ |
| 95 | void mark(const V& seq) |
| 96 | { |
| 97 | setFlag(seq, SeqFlag(SF_MARK_SENSE | SF_MARK_ANTISENSE)); |
| 98 | } |
| 99 | |
| 100 | /** Mark the specified sequence. */ |
| 101 | void mark(const V& seq, extDirection sense) |
no test coverage detected