29 #ifndef CDPL_PHARM_DEFAULTINTERACTIONANALYZER_HPP
30 #define CDPL_PHARM_DEFAULTINTERACTIONANALYZER_HPP
Definition of class CDPL::Pharm::InteractionAnalyzer.
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.
Interaction analyzer pre-configured with the built-in default set of interaction constraints (hydroge...
Definition: DefaultInteractionAnalyzer.hpp:47
DefaultInteractionAnalyzer(const FeatureContainer &cntnr1, const FeatureContainer &cntnr2, FeatureMapping &interactions)
Constructs the DefaultInteractionAnalyzer instance and immediately analyses the interactions between ...
DefaultInteractionAnalyzer()
Constructs the DefaultInteractionAnalyzer instance.
Common interface for data structures that support a random access to stored Pharm::Feature instances.
Definition: FeatureContainer.hpp:57
Data type for the storage and lookup of arbitrary feature to feature mappings.
Definition: FeatureMapping.hpp:54
Analyzer that detects pairwise interactions between features of two Pharm::FeatureContainer instances...
Definition: InteractionAnalyzer.hpp:58
The namespace of the Chemical Data Processing Library.