29 #ifndef CDPL_PHARM_PHARMACOPHOREFITSCREENINGSCORE_HPP
30 #define CDPL_PHARM_PHARMACOPHOREFITSCREENINGSCORE_HPP
51 double ftr_pos_match_weight = DEF_FTR_POS_MATCH_WEIGHT,
52 double ftr_geom_match_weight = DEF_FTR_GEOM_MATCH_WEIGHT);
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Pharm::ScreeningProcessor.
Definition of the class CDPL::Pharm::PharmacophoreFitScore.
PharmacophoreFitScore.
Definition: PharmacophoreFitScore.hpp:51
PharmacophoreFitScreeningScore.
Definition: PharmacophoreFitScreeningScore.hpp:47
double operator()(const ScreeningProcessor::SearchHit &hit)
PharmacophoreFitScreeningScore(double ftr_match_cnt_weight=DEF_FTR_MATCH_COUNT_WEIGHT, double ftr_pos_match_weight=DEF_FTR_POS_MATCH_WEIGHT, double ftr_geom_match_weight=DEF_FTR_GEOM_MATCH_WEIGHT)
Definition: Pharm/ScreeningProcessor.hpp:72
The namespace of the Chemical Data Processing Library.