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

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

#include <cstddef>
#include <functional>

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Chem
 Contains classes and functions related to chemistry.
 

Typedefs

typedef std::function< std::size_t(const Chem::Atom &)> CDPL::Chem::AtomPriorityFunction
 A generic wrapper class used to store a user-defined atom priority function. More...
 

Detailed Description

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