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

Declaration of functions that operate on Pharm::FeatureSet instances. More...

#include "CDPL/Pharm/APIPrefix.hpp"
#include "CDPL/Pharm/FeatureMapping.hpp"

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.
 

Functions

CDPL_PHARM_API void CDPL::Pharm::getFeatures (FeatureSet &ftr_set, const FeatureMapping &mapping, bool first)
 Extracts features from mapping into ftr_set. More...
 
CDPL_PHARM_API bool CDPL::Pharm::removePositionalDuplicates (FeatureSet &ftr_set, double pos_tol=0.0)
 Removes features from ftr_set whose 3D position duplicates that of another feature of the same type. More...
 
CDPL_PHARM_API bool CDPL::Pharm::removeFeaturesWithType (FeatureSet &ftr_set, unsigned int type)
 Removes features of the given type from ftr_set. More...
 

Detailed Description

Declaration of functions that operate on Pharm::FeatureSet instances.