NCBI C++ ToolKit
|
Search Toolkit Book for CWGSSeqIterator::SSegment
#include <sra/readers/sra/wgsread.hpp>
Public Attributes | |
COpenRange< TSeqPos > | range |
bool | is_gap |
CRef< CSeq_literal > | literal |
Definition at line 1214 of file wgsread.hpp.
bool CWGSSeqIterator::SSegment::is_gap |
Definition at line 1216 of file wgsread.hpp.
Referenced by CWGSSeqIterator::x_AddGap(), CWGSSeqIterator::x_GetSegmentsWithExplicitGaps(), and CWGSSeqIterator::x_GetSegmentsWithRecoveredGaps().
CRef<CSeq_literal> CWGSSeqIterator::SSegment::literal |
Definition at line 1217 of file wgsread.hpp.
Referenced by CWGSSeqIterator::x_AddGap(), CWGSSeqIterator::x_GetSegmentsWithExplicitGaps(), and CWGSSeqIterator::x_GetSegmentsWithRecoveredGaps().
COpenRange<TSeqPos> CWGSSeqIterator::SSegment::range |
Definition at line 1215 of file wgsread.hpp.
Referenced by CWGSSeqIterator::x_AddGap(), CWGSSeqIterator::x_GetSegmentsWithExplicitGaps(), and CWGSSeqIterator::x_GetSegmentsWithRecoveredGaps().