halapi
hierarchichalalignmentformatapi
|
Public Member Functions | |
HDF5BottomSegmentIterator (HDF5Genome *genome, hal_index_t index, hal_size_t startOffset=0, hal_size_t endOffset=0, hal_bool_t inverted=false) | |
void | toLeft () const |
void | toRight () const |
void | toReverse () const |
void | toNextParalogy () const |
hal_offset_t | getStartOffset () const |
hal_offset_t | getEndOffset () const |
hal_size_t | getLength () const |
hal_bool_t | getReversed () const |
void | getString (std::string &outString) const |
BottomSegmentIteratorPtr | copy () |
BottomSegmentIteratorConstPtr | copy () const |
void | toParent (TopSegmentIteratorConstPtr ts) const |
void | toParseDown (TopSegmentIteratorConstPtr ts) const |
BottomSegment * | getBottomSegment () |
const BottomSegment * | getBottomSegment () const |
bool | inRange () const |
Protected Attributes | |
HDF5BottomSegment | _bottomSegment |
hal_offset_t | _startOffset |
hal_offset_t | _endOffset |
hal_bool_t | _reversed |
Friends | |
class | HDF5TopSegmentIterator |