|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_FEATUREINTERACTIONSCORE_HPP
30 #define CDPL_PHARM_FEATUREINTERACTIONSCORE_HPP
73 #endif // CDPL_PHARM_FEATUREINTERACTIONSCORE_HPP
Definition of the preprocessor macro CDPL_PHARM_API.
FeatureInteractionScore.
Definition: FeatureInteractionScore.hpp:50
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CVector< double, 3 > Vector3D
A bounded 3 element vector holding floating point values of type double.
Definition: Vector.hpp:1637
FeatureInteractionScore()
Definition: FeatureInteractionScore.hpp:68
std::shared_ptr< FeatureInteractionScore > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureInteractionScore instances...
Definition: FeatureInteractionScore.hpp:56
virtual double operator()(const Feature &ftr1, const Feature &ftr2) const =0
virtual ~FeatureInteractionScore()
Virtual destructor.
Definition: FeatureInteractionScore.hpp:61
The namespace of the Chemical Data Processing Library.
virtual double operator()(const Math::Vector3D &ftr1_pos, const Feature &ftr2) const =0
Feature.
Definition: Feature.hpp:48
Definition of vector data types.