XBondingInteractionScore.
More...
|
float | DEF_MIN_AX_DISTANCE = 1.6 |
|
float | DEF_MAX_AX_DISTANCE = 4.0 |
|
float | DEF_MIN_AXB_ANGLE = 150.0 |
|
float | DEF_MAX_ACC_ANGLE = 35.0 |
|
◆ __init__() [1/2]
Initializes a copy of the XBondingInteractionScore instance score.
- Parameters
-
score | The XBondingInteractionScore instance to copy. |
◆ __init__() [2/2]
None CDPL.Pharm.XBondingInteractionScore.__init__ |
( |
bool |
don_acc, |
|
|
float |
min_ax_dist = 1.6 , |
|
|
float |
max_ax_dist = 4.0 , |
|
|
float |
min_axb_ang = 150.0 , |
|
|
float |
max_acc_ang = 35.0 |
|
) |
| |
Constructs a XBondingInteractionScore
functor with the specified scores.
- Parameters
-
don_acc | True if the first feature argument represents the donor- and the second one the acceptor-feature, and False otherwise. |
min_ax_dist | The minimum allowed distance between the halogen-atom and the acceptor-feature. |
max_ax_dist | The maximum allowed distance between the halogen-atom and the acceptor-feature. |
min_axb_ang | The minimum allowed angle between the vectors halogen->acceptor snd halogen->bound atom. |
max_acc_ang | The maximum allowed angle deviation from the acceptor's preferred X-bonding direction. |
◆ setDistanceScoringFunction()
None CDPL.Pharm.XBondingInteractionScore.setDistanceScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ setAcceptorAngleScoringFunction()
None CDPL.Pharm.XBondingInteractionScore.setAcceptorAngleScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ setAXBAngleScoringFunction()
None CDPL.Pharm.XBondingInteractionScore.setAXBAngleScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ getMinAXDistance()
float CDPL.Pharm.XBondingInteractionScore.getMinAXDistance |
( |
| ) |
|
◆ getMaxAXDistance()
float CDPL.Pharm.XBondingInteractionScore.getMaxAXDistance |
( |
| ) |
|
◆ getMinAXBAngle()
float CDPL.Pharm.XBondingInteractionScore.getMinAXBAngle |
( |
| ) |
|
◆ getMaxAcceptorAngle()
float CDPL.Pharm.XBondingInteractionScore.getMaxAcceptorAngle |
( |
| ) |
|
◆ assign()
Replaces the current state of self with a copy of the state of the XBondingInteractionScore instance constr.
- Parameters
-
constr | The XBondingInteractionScore instance to copy. |
- Returns
- self