NCBI C++ ToolKit
|
Search Toolkit Book for CBioseqGaps_CI::Params
The params that control the behavior of CBioseqGaps_CI. More...
#include <objmgr/util/sequence.hpp>
Public Member Functions | |
Params (void) | |
Default ctor gives params which are usually reasonable. More... | |
Public Attributes | |
TSeqPos | max_gap_len_to_ignore |
We completely ignore any gaps we find that have this number of bases or fewer. More... | |
TSeqPos | max_num_gaps_per_seq |
We only return up to this many gaps for each sequence. More... | |
TSeqPos | max_num_seqs |
We only return gaps on up to this many sequences. More... | |
CSeq_inst::EMol | mol_filter |
CSeq_inst::eMol_na to only look at gaps on nucleotide sequences. More... | |
CBioseq_CI::EBioseqLevelFlag | level_filter |
Works like the level filter in CBioseq_CI. More... | |
The params that control the behavior of CBioseqGaps_CI.
Definition at line 1577 of file sequence.hpp.