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