NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
CBioseqGaps_CI::Params Struct Reference

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...
 

Detailed Description

The params that control the behavior of CBioseqGaps_CI.

Definition at line 1577 of file sequence.hpp.


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:25 2024 by modify_doxy.py rev. 669887