Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Typedefs
FeatureCompareFunction.hpp File Reference

Type declaration of a generic wrapper class for storing user-defined Pharm::Feature compare functions. More...

#include <functional>

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Pharm
 Contains classes and functions related to pharmacophore perception and pharmacophore applications.
 

Typedefs

typedef std::function< bool(const Feature &, const Feature &)> CDPL::Pharm::FeatureCompareFunction
 A generic wrapper class used to store a user-defined feature compare function. More...
 

Detailed Description

Type declaration of a generic wrapper class for storing user-defined Pharm::Feature compare functions.