![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const std::pair< bool, const MMFFStbn * > | getMMFFStbnParams (const unsigned int stretchBendType, const unsigned int bondType1, const unsigned int bondType2, const unsigned int iAtomType, const unsigned int jAtomType, const unsigned int kAtomType) |
| Looks up the parameters for a particular key and returns them. More... | |
Static Public Member Functions | |
| static MMFFStbnCollection * | getMMFFStbn (const std::string &mmffStbn="") |
| gets a pointer to the singleton MMFFStbnCollection More... | |
Definition at line 879 of file MMFF/Params.h.
|
static |
gets a pointer to the singleton MMFFStbnCollection
| mmffStbn | (optional) a string with parameter data. See below for more information about this argument |
Notes:
mmffStbn is empty, the singleton will be returned.mmffStbn is empty and the singleton MMFFStbnCollection has not yet been instantiated, the default parameters (from Params.cpp) will be used.mmffStbn is supplied, a new singleton will be instantiated. The current instantiation (if there is one) will be deleted.
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 903 of file MMFF/Params.h.