#include <blast_advprot_options.hpp>
Inheritance diagram for CBlastAdvancedProteinOptionsHandle:


Adapter class for advanced BLASTP options Exposes an interface to allow manipulation the options that are relevant to this type of search.
Definition at line 56 of file blast_advprot_options.hpp.
Public Member Functions | |
| CBlastAdvancedProteinOptionsHandle (EAPILocality locality=CBlastOptions::eLocal) | |
| Creates object with default options set. | |
| ECompoAdjustModes | GetCompositionBasedStats () const |
| Returns this mode, which mostly specifies whether composition of db sequence is taken into account when calculating expect values. | |
| void | SetCompositionBasedStats (ECompoAdjustModes mode) |
| Sets this mode, which mostly specifies whether composition of db sequence is taken into account when calculating expect values. | |
| bool | GetSmithWatermanMode () const |
| Returns this mode, specifying that smith waterman rather than the normal blast heuristic should be used for final extensions. | |
| void | SetSmithWatermanMode (bool m=false) |
| Sets this mode, specifying that smith waterman rather than the normal blast heuristic should be used for final extensions. | |
Protected Member Functions | |
| void | SetGappedExtensionDefaults () |
| Overrides SetGappedExtensionDefaults for advanced blastp options. | |
| void | SetQueryOptionDefaults () |
| Overrides SetQueryOptionDefaults for advanced blastp options to disable filtering. | |
Private Member Functions | |
| CBlastAdvancedProteinOptionsHandle (const CBlastAdvancedProteinOptionsHandle &rhs) | |
| Disallow copy constructor. | |
| CBlastAdvancedProteinOptionsHandle & | operator= (const CBlastAdvancedProteinOptionsHandle &rhs) |
| Disallow assignment operator. | |
|
|
Disallow copy constructor.
|
|
|
Returns this mode, which mostly specifies whether composition of db sequence is taken into account when calculating expect values.
Definition at line 68 of file blast_advprot_options.hpp. Referenced by BOOST_FIXTURE_TEST_CASE(). |
|
|
Returns this mode, specifying that smith waterman rather than the normal blast heuristic should be used for final extensions. into account when calculating expect values. Definition at line 82 of file blast_advprot_options.hpp. Referenced by BOOST_FIXTURE_TEST_CASE(). |
|
|
Disallow assignment operator.
|
|
|
Sets this mode, which mostly specifies whether composition of db sequence is taken into account when calculating expect values.
Definition at line 75 of file blast_advprot_options.hpp. Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_FIXTURE_TEST_CASE(). |
|
|
Sets this mode, specifying that smith waterman rather than the normal blast heuristic should be used for final extensions.
Definition at line 87 of file blast_advprot_options.hpp. Referenced by BOOST_FIXTURE_TEST_CASE(). |
1.4.6
Modified on Wed Dec 09 08:18:57 2009 by modify_doxy.py rev. 173732