Home
last modified time | relevance | path

Searched refs:CMbIndexArgs (Results 1 – 10 of 10) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Drmblastn_args.cpp80 arg.Reset(new CMbIndexArgs); in CRMBlastnAppArgs()
H A Dblastn_args.cpp98 arg.Reset(new CMbIndexArgs); in CBlastnAppArgs()
H A Dblast_args.cpp3219 CMbIndexArgs::SetArgumentDescriptions(CArgDescriptions& arg_desc) in SetArgumentDescriptions()
3234 CMbIndexArgs::HasBeenSet(const CArgs& args) in HasBeenSet()
3244 CMbIndexArgs::ExtractAlgorithmOptions(const CArgs& args, in ExtractAlgorithmOptions()
3460 const bool mbidxargs_set = CMbIndexArgs::HasBeenSet(args); in SetOptions()
3463 if (dynamic_cast<CMbIndexArgs*>(&**arg)) { in SetOptions()
3688 if (CMbIndexArgs::HasBeenSet(args)) { in SetOptionsForSavedStrategy()
3690 if (dynamic_cast<CMbIndexArgs*>(arg->GetPointer()) != NULL) { in SetOptionsForSavedStrategy()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Drmblastn_args.cpp80 arg.Reset(new CMbIndexArgs); in CRMBlastnAppArgs()
H A Dblastn_args.cpp98 arg.Reset(new CMbIndexArgs); in CBlastnAppArgs()
H A Dblast_args.cpp3219 CMbIndexArgs::SetArgumentDescriptions(CArgDescriptions& arg_desc) in SetArgumentDescriptions()
3234 CMbIndexArgs::HasBeenSet(const CArgs& args) in HasBeenSet()
3244 CMbIndexArgs::ExtractAlgorithmOptions(const CArgs& args, in ExtractAlgorithmOptions()
3460 const bool mbidxargs_set = CMbIndexArgs::HasBeenSet(args); in SetOptions()
3463 if (dynamic_cast<CMbIndexArgs*>(&**arg)) { in SetOptions()
3688 if (CMbIndexArgs::HasBeenSet(args)) { in SetOptionsForSavedStrategy()
3690 if (dynamic_cast<CMbIndexArgs*>(arg->GetPointer()) != NULL) { in SetOptionsForSavedStrategy()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/blastinput/
H A Dblast_args.hpp1371 class NCBI_BLASTINPUT_EXPORT CMbIndexArgs : public IBlastCmdLineArgs class
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/blastinput/
H A Dblast_args.hpp1371 class NCBI_BLASTINPUT_EXPORT CMbIndexArgs : public IBlastCmdLineArgs class
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blast/
H A Dblast_app_util.cpp613 if (CMbIndexArgs::HasBeenSet(args)) { in RecoverSearchStrategy()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blast/
H A Dblast_app_util.cpp629 if (CMbIndexArgs::HasBeenSet(args)) { in RecoverSearchStrategy()