![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFBond * | operator() (const int atomicNum, const int nbrAtomicNum) |
Looks up the parameters for a particular key and returns them. More... | |
Static Public Member Functions | |
static MMFFBndkCollection * | getMMFFBndk (const std::string &mmffBndk="") |
gets a pointer to the singleton MMFFBndkCollection More... | |
Definition at line 532 of file MMFF/Params.h.
|
static |
gets a pointer to the singleton MMFFBndkCollection
mmffBndk | (optional) a string with parameter data. See below for more information about this argument |
Notes:
mmffBndk
is empty, the singleton will be returned.mmffBndk
is empty and the singleton MMFFBndkCollection has not yet been instantiated, the default parameters (from Params.cpp) will be used.mmffBndk
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 556 of file MMFF/Params.h.