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