HBondingInteractionScore.
More...
|
float | DEF_MIN_HB_LENGTH = 1.2 |
|
float | DEF_MAX_HB_LENGTH = 2.8 |
|
float | DEF_MIN_AHD_ANGLE = 150.0 |
|
float | DEF_MAX_ACC_ANGLE = 75.0 |
|
◆ __init__() [1/2]
Initializes a copy of the HBondingInteractionScore instance score.
- Parameters
-
score | The HBondingInteractionScore instance to copy. |
◆ __init__() [2/2]
None CDPL.Pharm.HBondingInteractionScore.__init__ |
( |
bool |
don_acc, |
|
|
float |
min_len = 1.2 , |
|
|
float |
max_len = 2.8 , |
|
|
float |
min_ahd_ang = 150.0 , |
|
|
float |
max_acc_ang = 75.0 |
|
) |
| |
Constructs a HBondingInteractionScore
functor with the specified constraints.
- Parameters
-
don_acc | True if the first feature argument represents the donor- and the second one the acceptor-feature, and False otherwise. |
min_len | The minimum allowed length of the H-bond (distance between the hydrogen-atom and acceptor-feature). |
max_len | The maximum allowed length of the H-bond (distance between the hydrogen-atom and acceptor-feature). |
min_ahd_ang | The minimum allowed angle between the acceptor-feature, hydrogen-atom and donor-feature. |
max_acc_ang | The maximum allowed angle between the H-bond direction and the acceptor-feature vector. |
◆ setDistanceScoringFunction()
None CDPL.Pharm.HBondingInteractionScore.setDistanceScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ setAcceptorAngleScoringFunction()
None CDPL.Pharm.HBondingInteractionScore.setAcceptorAngleScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ setAHDAngleScoringFunction()
None CDPL.Pharm.HBondingInteractionScore.setAHDAngleScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ getMinLength()
float CDPL.Pharm.HBondingInteractionScore.getMinLength |
( |
| ) |
|
◆ getMaxLength()
float CDPL.Pharm.HBondingInteractionScore.getMaxLength |
( |
| ) |
|
◆ getMinAHDAngle()
float CDPL.Pharm.HBondingInteractionScore.getMinAHDAngle |
( |
| ) |
|
◆ getMaxAcceptorAngle()
float CDPL.Pharm.HBondingInteractionScore.getMaxAcceptorAngle |
( |
| ) |
|
◆ assign()
Replaces the current state of self with a copy of the state of the HBondingInteractionScore instance constr.
- Parameters
-
constr | The HBondingInteractionScore instance to copy. |
- Returns
- self