29 #ifndef CDPL_PHARM_FEATURESETFUNCTIONS_HPP 
   30 #define CDPL_PHARM_FEATURESETFUNCTIONS_HPP 
Definition of the type CDPL::Pharm::FeatureMapping.
 
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.
 
A data type for the storage and lookup of arbitrary feature to feature mappings.
Definition: FeatureMapping.hpp:54
 
FeatureSet.
Definition: FeatureSet.hpp:52
 
CDPL_PHARM_API bool removePositionalDuplicates(const FeatureContainer &cntnr, FeatureSet &tgt_set, double pos_tol=0.0, bool append=false)
 
CDPL_PHARM_API void getFeatures(FeatureSet &ftr_set, const FeatureMapping &mapping, bool first)
 
CDPL_PHARM_API bool removeFeaturesWithType(const FeatureContainer &cntnr, FeatureSet &tgt_set, unsigned int type, bool append=false)
 
The namespace of the Chemical Data Processing Library.