29 #ifndef CDPL_CONFGEN_STRUCTUREGENERATOR_HPP
30 #define CDPL_CONFGEN_STRUCTUREGENERATOR_HPP
55 class ConformerGeneratorImpl;
114 typedef std::unique_ptr<ConformerGeneratorImpl> ImplementationPointer;
116 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.
Definition of the class CDPL::ConfGen::FragmentLibrary.
Type definition of a generic wrapper class for storing user-defined log message callback functions.
Definition of the class CDPL::ConfGen::StructureGeneratorSettings.
Definition of the class CDPL::ConfGen::TorsionLibrary.
MolecularGraph.
Definition: MolecularGraph.hpp:52
std::shared_ptr< FragmentLibrary > SharedPointer
Definition: FragmentLibrary.hpp:54
Definition: StructureGeneratorSettings.hpp:45
Definition: StructureGenerator.hpp:58
const CallbackFunction & getAbortCallback() const
const StructureGeneratorSettings & getSettings() const
unsigned int generate(const Chem::MolecularGraph &molgraph)
void setTimeoutCallback(const CallbackFunction &func)
void addFragmentLibrary(const FragmentLibrary::SharedPointer &lib)
void clearTorsionLibraries()
StructureGeneratorSettings & getSettings()
StructureGenerator & operator=(const StructureGenerator &)=delete
void setCoordinates(Chem::MolecularGraph &molgraph) const
const CallbackFunction & getTimeoutCallback() const
void addTorsionLibrary(const TorsionLibrary::SharedPointer &lib)
void setAbortCallback(const CallbackFunction &func)
void setLogMessageCallback(const LogMessageCallbackFunction &func)
const LogMessageCallbackFunction & getLogMessageCallback() const
unsigned int generate(const Chem::MolecularGraph &molgraph, const Chem::MolecularGraph &fixed_substr)
const ConformerData & getCoordinates() const
unsigned int generate(const Chem::MolecularGraph &molgraph, const Chem::MolecularGraph &fixed_substr, const Math::Vector3DArray &fixed_substr_coords)
StructureGenerator(const StructureGenerator &)=delete
void clearFragmentLibraries()
std::shared_ptr< TorsionLibrary > SharedPointer
Definition: TorsionLibrary.hpp:49
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.