ScreeningProcessor.
More...
◆ __init__()
Constructs the ScreeningProcessor
instance for the given screening database accessor db_acc.
- Parameters
-
db_acc | An accessor for the database to screen. |
◆ getObjectID()
int CDPL.Pharm.ScreeningProcessor.getObjectID |
( |
| ) |
|
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python ScreeningProcessor instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b
thus cannot tell reliably whether the two ScreeningProcessor instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID()
.
- Returns
- The numeric ID of the internally referenced C++ class instance.
◆ setDBAccessor()
◆ getDBAccessor()
◆ setHitReportMode()
None CDPL.Pharm.ScreeningProcessor.setHitReportMode |
( |
HitReportMode |
mode | ) |
|
◆ getHitReportMode()
◆ setMaxNumOmittedFeatures()
None CDPL.Pharm.ScreeningProcessor.setMaxNumOmittedFeatures |
( |
int |
max_num | ) |
|
◆ getMaxNumOmittedFeatures()
int CDPL.Pharm.ScreeningProcessor.getMaxNumOmittedFeatures |
( |
| ) |
|
◆ checkXVolumeClashes()
None CDPL.Pharm.ScreeningProcessor.checkXVolumeClashes |
( |
bool |
check | ) |
|
◆ xVolumeClashesChecked()
bool CDPL.Pharm.ScreeningProcessor.xVolumeClashesChecked |
( |
| ) |
|
◆ seekBestAlignments()
None CDPL.Pharm.ScreeningProcessor.seekBestAlignments |
( |
bool |
seek_best | ) |
|
◆ bestAlignmentsSeeked()
bool CDPL.Pharm.ScreeningProcessor.bestAlignmentsSeeked |
( |
| ) |
|
◆ setHitCallback()
◆ getHitCallback()
◆ setProgressCallback()
◆ getProgressCallback()
◆ setScoringFunction()
◆ getScoringFunction()
◆ searchDB()
int CDPL.Pharm.ScreeningProcessor.searchDB |
( |
FeatureContainer |
query, |
|
|
int |
mol_start_idx = 0 , |
|
|
int |
mol_end_idx = 0 |
|
) |
| |
- Parameters
-
query | |
mol_start_idx | |
mol_end_idx | |
- Returns