Chemical Data Processing Library C++ API - Version 1.1.1
|
This is the complete list of members for CDPL::Pharm::ParallelPiPiInteractionConstraint, including all inherited members.
DEF_MAX_ANGLE | CDPL::Pharm::ParallelPiPiInteractionConstraint | static |
DEF_MAX_H_DISTANCE | CDPL::Pharm::ParallelPiPiInteractionConstraint | static |
DEF_MAX_V_DISTANCE | CDPL::Pharm::ParallelPiPiInteractionConstraint | static |
DEF_MIN_V_DISTANCE | CDPL::Pharm::ParallelPiPiInteractionConstraint | static |
getMaxAngle() const | CDPL::Pharm::ParallelPiPiInteractionConstraint | |
getMaxHDistance() const | CDPL::Pharm::ParallelPiPiInteractionConstraint | |
getMaxVDistance() const | CDPL::Pharm::ParallelPiPiInteractionConstraint | |
getMinVDistance() const | CDPL::Pharm::ParallelPiPiInteractionConstraint | |
operator()(const Feature &ftr1, const Feature &ftr2) const | CDPL::Pharm::ParallelPiPiInteractionConstraint | |
ParallelPiPiInteractionConstraint(double min_v_dist=DEF_MIN_V_DISTANCE, double max_v_dist=DEF_MAX_V_DISTANCE, double max_h_dist=DEF_MAX_H_DISTANCE, double max_ang=DEF_MAX_ANGLE) | CDPL::Pharm::ParallelPiPiInteractionConstraint | inline |