29 #ifndef CDPL_CONFGEN_FRAGMENTLIBRARYGENERATOR_HPP
30 #define CDPL_CONFGEN_FRAGMENTLIBRARYGENERATOR_HPP
91 void removeNewLibraryEntry()
const;
98 std::ostringstream smilesStream;
100 std::size_t numGenConfs;
Definition of the class CDPL::ConfGen::CanonicalFragment.
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.
Definition of the class CDPL::Chem::SMILESMolecularGraphWriter.
MolecularGraph.
Definition: MolecularGraph.hpp:52
A writer for molecular graph data in the Daylight SMILES [SMILES] format.
Definition: SMILESMolecularGraphWriter.hpp:130
CanonicalFragment.
Definition: CanonicalFragment.hpp:54
std::shared_ptr< FragmentLibraryEntry > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FragmentLibraryEntry instances.
Definition: FragmentLibraryEntry.hpp:59
FragmentLibraryGenerator.
Definition: FragmentLibraryGenerator.hpp:51
unsigned int process(const Chem::MolecularGraph &frag, const Chem::MolecularGraph &parent)
FragmentLibraryGenerator()
const FragmentLibrary::SharedPointer & getFragmentLibrary() const
const CallbackFunction & getTimeoutCallback() const
const LogMessageCallbackFunction & getLogMessageCallback() const
FragmentLibraryGenerator(const FragmentLibraryGenerator &)=delete
std::uint64_t getLibraryEntryHashCode() const
const FragmentConformerGeneratorSettings & getSettings() const
void setFragmentLibrary(const FragmentLibrary::SharedPointer &lib)
const CallbackFunction & getAbortCallback() const
FragmentConformerGeneratorSettings & getSettings()
FragmentLibraryGenerator & operator=(const FragmentLibraryGenerator &)=delete
std::size_t getNumGeneratedConformers() const
FragmentLibraryGenerator(const FragmentLibrary::SharedPointer &lib)
void setAbortCallback(const CallbackFunction &func)
void setLogMessageCallback(const LogMessageCallbackFunction &func)
void setTimeoutCallback(const CallbackFunction &func)
std::shared_ptr< FragmentLibrary > SharedPointer
Definition: FragmentLibrary.hpp:54
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
The namespace of the Chemical Data Processing Library.