#include <local_align.hh>
Public Member Functions | |
| bool | operator== (const AlignedPatch &rhs) const |
| bool | operator!= (const AlignedPatch &rhs) const |
Data Fields | |
| int | offset_a |
| int | offset_b |
| AlignmentHandle | alignment |
Definition at line 34 of file local_align.hh.
| bool operator!= | ( | const AlignedPatch & | rhs | ) | const [inline] |
Definition at line 45 of file local_align.hh.
| bool operator== | ( | const AlignedPatch & | rhs | ) | const [inline] |
Definition at line 41 of file local_align.hh.
| int offset_a |
offset of aligned patch relative to the start of the first sequence
Definition at line 36 of file local_align.hh.
| int offset_b |
offset of aligned patch relative to the start of the first sequence
Definition at line 38 of file local_align.hh.
1.5.8