NCBI C++ ToolKit
|
Search Toolkit Book for SQueryFactorySrcNewArgs
Encapsulates the arguments needed to initialize multi-sequence source. More...
Public Member Functions | |
SQueryFactorySrcNewArgs (CRef< IQueryFactory > qf, const TSeqLocVector &subj_seqs, EBlastProgramType p) | |
Constructor. More... | |
Public Attributes | |
CRef< IQueryFactory > | query_factory |
The query factory. More... | |
TSeqLocVector | subj_seqs |
The subject sequences. More... | |
EBlastProgramType | program |
BLAST program. More... | |
Encapsulates the arguments needed to initialize multi-sequence source.
Definition at line 439 of file seqsrc_query_factory.cpp.