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

Type definition of a generic wrapper class for storing user-defined Pharm::Feature 3D-coordinates functions. More...

#include <functional>
#include "CDPL/Math/Vector.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.
 

Typedefs

typedef std::function< const Math::Vector3D &(const Pharm::Feature &)> CDPL::Pharm::Feature3DCoordinatesFunction
 A generic wrapper class used to store a user-defined Pharm::Feature 3D-coordinates function. More...
 

Detailed Description

Type definition of a generic wrapper class for storing user-defined Pharm::Feature 3D-coordinates functions.