FileScreeningHitCollector.
More...
◆ __init__() [1/2]
Initializes a copy of the FileScreeningHitCollector instance collector.
- Parameters
-
collector | The FileScreeningHitCollector instance to copy. |
◆ __init__() [2/2]
Initializes the FileScreeningHitCollector instance.
- Parameters
-
◆ getObjectID()
int CDPL.Pharm.FileScreeningHitCollector.getObjectID |
( |
| ) |
|
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python FileScreeningHitCollector 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 FileScreeningHitCollector 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.
◆ assign()
Replaces the current state of self with a copy of the state of the FileScreeningHitCollector instance collector.
- Parameters
-
collector | The FileScreeningHitCollector instance to copy. |
- Returns
- self
◆ setDataWriter()
◆ getDataWriter()
◆ alignHitMolecule() [1/2]
None CDPL.Pharm.FileScreeningHitCollector.alignHitMolecule |
( |
bool |
align | ) |
|
◆ alignHitMolecule() [2/2]
bool CDPL.Pharm.FileScreeningHitCollector.alignHitMolecule |
( |
| ) |
|
◆ outputScoreProperty() [1/2]
None CDPL.Pharm.FileScreeningHitCollector.outputScoreProperty |
( |
bool |
output | ) |
|
◆ outputScoreProperty() [2/2]
bool CDPL.Pharm.FileScreeningHitCollector.outputScoreProperty |
( |
| ) |
|
◆ outputDBNameProperty() [1/2]
None CDPL.Pharm.FileScreeningHitCollector.outputDBNameProperty |
( |
bool |
output | ) |
|
◆ outputDBNameProperty() [2/2]
bool CDPL.Pharm.FileScreeningHitCollector.outputDBNameProperty |
( |
| ) |
|
◆ outputDBMoleculeIndexProperty() [1/2]
None CDPL.Pharm.FileScreeningHitCollector.outputDBMoleculeIndexProperty |
( |
bool |
output | ) |
|
◆ outputDBMoleculeIndexProperty() [2/2]
bool CDPL.Pharm.FileScreeningHitCollector.outputDBMoleculeIndexProperty |
( |
| ) |
|
◆ outputMoleculeConfIndexProperty() [1/2]
None CDPL.Pharm.FileScreeningHitCollector.outputMoleculeConfIndexProperty |
( |
bool |
output | ) |
|
◆ outputMoleculeConfIndexProperty() [2/2]
bool CDPL.Pharm.FileScreeningHitCollector.outputMoleculeConfIndexProperty |
( |
| ) |
|
◆ __call__()
bool CDPL.Pharm.FileScreeningHitCollector.__call__ |
( |
SearchHit |
hit, |
|
|
float |
score |
|
) |
| |