NCBI C++ ToolKit
|
Search Toolkit Book for SDeltaSeqSummary
#include <objmgr/util/objutil.hpp>
Public Member Functions | |
SDeltaSeqSummary (void) | |
Public Attributes | |
string | text |
size_t | num_segs |
size_t | num_gaps |
size_t | residues |
size_t | num_faked_gaps |
Definition at line 111 of file objutil.hpp.
|
inline |
Definition at line 121 of file objutil.hpp.
size_t SDeltaSeqSummary::num_faked_gaps |
Definition at line 117 of file objutil.hpp.
Referenced by GetDeltaSeqSummary().
size_t SDeltaSeqSummary::num_gaps |
Definition at line 115 of file objutil.hpp.
Referenced by GetDeltaSeqSummary(), CCommentItem::GetStringForHTGS(), and CCommentItem::GetStringForUnordered().
size_t SDeltaSeqSummary::num_segs |
Definition at line 114 of file objutil.hpp.
Referenced by GetDeltaSeqSummary(), and CCommentItem::GetStringForHTGS().
size_t SDeltaSeqSummary::residues |
Definition at line 116 of file objutil.hpp.
Referenced by GetDeltaSeqSummary().
string SDeltaSeqSummary::text |
Definition at line 113 of file objutil.hpp.
Referenced by GetDeltaSeqSummary(), and CCommentItem::GetStringForHTGS().