|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CONFGEN_CONFORMERGENERATOR_HPP
30 #define CDPL_CONFGEN_CONFORMERGENERATOR_HPP
34 #include <boost/iterator/indirect_iterator.hpp>
57 class ConformerGeneratorImpl;
64 typedef boost::indirect_iterator<ConformerDataArray::const_iterator, ConformerData>
ConformerIterator;
136 typedef std::unique_ptr<ConformerGeneratorImpl> ImplementationPointer;
138 ImplementationPointer impl;
143 #endif // CDPL_CONFGEN_CONFORMERGENERATOR_HPP
std::shared_ptr< FragmentLibrary > SharedPointer
Definition: FragmentLibrary.hpp:54
MolecularGraph.
Definition: MolecularGraph.hpp:52
std::shared_ptr< TorsionLibrary > SharedPointer
Definition: TorsionLibrary.hpp:49
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.
std::function< void(const std::string &)> LogMessageCallbackFunction
A generic wrapper class used to store a user-defined callback functions.
Definition: LogMessageCallbackFunction.hpp:45
The namespace of the Chemical Data Processing Library.
Type definition of a generic wrapper class for storing user-defined log message callback functions.
Definition of the class CDPL::ConfGen::TorsionLibrary.
Definition of the class CDPL::ConfGen::FragmentLibrary.
std::function< bool()> CallbackFunction
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]).
Definition: CallbackFunction.hpp:44
Type definition of a generic wrapper class for storing user-defined callback functions.