OrthogonalPiPiInteractionScore.
More...
|
float | DEF_MIN_H_DISTANCE = 4.0 |
|
float | DEF_MAX_H_DISTANCE = 6.0 |
|
float | DEF_MAX_V_DISTANCE = 1.4 |
|
float | DEF_MAX_ANGLE = 20.0 |
|
◆ __init__() [1/2]
Initializes a copy of the OrthogonalPiPiInteractionScore instance score.
- Parameters
-
score | The OrthogonalPiPiInteractionScore instance to copy. |
◆ __init__() [2/2]
None CDPL.Pharm.OrthogonalPiPiInteractionScore.__init__ |
( |
float |
min_h_dist = 4.0 , |
|
|
float |
max_h_dist = 6.0 , |
|
|
float |
max_v_dist = 1.4 , |
|
|
float |
max_ang = 20.0 |
|
) |
| |
Constructs a OrthogonalPiPiInteractionScore
functor with the specified constraints.
- Parameters
-
min_h_dist | The minimum allowed aromatic ring center distance in the plane of the vertically oriented ring. |
max_h_dist | The maximum allowed aromatic ring center distance in the plane of the vertically oriented ring. |
max_v_dist | The maximum allowed distance distance of the center of the horizontally oriented aromatic ring to the plane of the vertically oriented ring. |
max_ang | The maximum allowed angle deviation from 90° of the two ring-plane orientation vectors. |
◆ setDistanceScoringFunction()
None CDPL.Pharm.OrthogonalPiPiInteractionScore.setDistanceScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ setAngleScoringFunction()
None CDPL.Pharm.OrthogonalPiPiInteractionScore.setAngleScoringFunction |
( |
DoubleDoubleFunctor |
func | ) |
|
◆ getMinHDistance()
float CDPL.Pharm.OrthogonalPiPiInteractionScore.getMinHDistance |
( |
| ) |
|
◆ getMaxHDistance()
float CDPL.Pharm.OrthogonalPiPiInteractionScore.getMaxHDistance |
( |
| ) |
|
◆ getMaxVDistance()
float CDPL.Pharm.OrthogonalPiPiInteractionScore.getMaxVDistance |
( |
| ) |
|
◆ getMaxAngle()
float CDPL.Pharm.OrthogonalPiPiInteractionScore.getMaxAngle |
( |
| ) |
|
◆ assign()
Replaces the current state of self with a copy of the state of the OrthogonalPiPiInteractionScore instance constr.
- Parameters
-
constr | The OrthogonalPiPiInteractionScore instance to copy. |
- Returns
- self