29 #ifndef CDPL_FORCEFIELD_MMFF94BONDTYPER_HPP
30 #define CDPL_FORCEFIELD_MMFF94BONDTYPER_HPP
Definition of class CDPL::Util::Array.
Definition of the preprocessor macro CDPL_FORCEFIELD_API.
#define CDPL_FORCEFIELD_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::ForceField::MMFF94AtomTypePropertyTable.
Type declaration of generic wrapper classes for storing user-defined functions for the retrieval of M...
MolecularGraph.
Definition: MolecularGraph.hpp:52
Definition: MMFF94AtomTypePropertyTable.hpp:62
std::shared_ptr< MMFF94AtomTypePropertyTable > SharedPointer
Definition: MMFF94AtomTypePropertyTable.hpp:59
Definition: MMFF94BondTyper.hpp:51
void setAromaticRingSetFunction(const MMFF94RingSetFunction &func)
MMFF94BondTyper(const Chem::MolecularGraph &molgraph, Util::UIArray &types, bool strict)
void setAtomTypePropertyTable(const MMFF94AtomTypePropertyTable::SharedPointer &table)
void setAtomTypeFunction(const MMFF94NumericAtomTypeFunction &func)
void perceiveTypes(const Chem::MolecularGraph &molgraph, Util::UIArray &types, bool strict)
Determines MMFF94 bond type indicies for the bonds of a molecular graph.
std::function< unsigned int(const Chem::Atom &)> MMFF94NumericAtomTypeFunction
A generic wrapper class used to store a user-defined numeric MMFF94 atom type function.
Definition: MMFF94PropertyFunctions.hpp:56
std::function< const Chem::FragmentList::SharedPointer &(const Chem::MolecularGraph &)> MMFF94RingSetFunction
A generic wrapper class used to store a user-defined MMFF94 ring set function.
Definition: MMFF94PropertyFunctions.hpp:76
Array< unsigned int > UIArray
An array of unsigned integers.
Definition: Array.hpp:562
The namespace of the Chemical Data Processing Library.