29 #ifndef CDPL_CONFGEN_FRAGMENTCONFORMERGENERATOR_HPP
30 #define CDPL_CONFGEN_FRAGMENTCONFORMERGENERATOR_HPP
34 #include <boost/iterator/indirect_iterator.hpp>
55 class FragmentConformerGeneratorImpl;
62 typedef boost::indirect_iterator<ConformerDataArray::const_iterator, ConformerData>
ConformerIterator;
130 typedef std::unique_ptr<FragmentConformerGeneratorImpl> ImplementationPointer;
132 ImplementationPointer impl;
Type definition of a generic wrapper class for storing user-defined callback functions.
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Type definition of a generic wrapper class for storing user-defined log message callback functions.
MolecularGraph.
Definition: MolecularGraph.hpp:52
std::function< void(const std::string &)> LogMessageCallbackFunction
A generic wrapper class used to store a user-defined callback functions.
Definition: LogMessageCallbackFunction.hpp:45
std::function< bool()> CallbackFunction
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]).
Definition: CallbackFunction.hpp:44
VectorArray< Vector3D > Vector3DArray
An array of Math::Vector3D objects.
Definition: VectorArray.hpp:84
The namespace of the Chemical Data Processing Library.