![]() |
RDKit
Open-source cheminformatics and machine learning.
|
singleton class for retrieving Crippen parameters More...
#include <Crippen.h>
Public Types | |
| typedef std::vector< CrippenParams > | ParamsVect |
Public Member Functions | |
| ParamsVect::const_iterator | begin () const |
| ParamsVect::const_iterator | end () const |
| CrippenParamCollection (const std::string ¶mData) | |
Static Public Member Functions | |
| static const CrippenParamCollection * | getParams (const std::string ¶mData="") |
singleton class for retrieving Crippen parameters
Use the singleton like this:
CrippenParamCollection *params=CrippenParamCollection::getParams();
If you have your own parameter data, it can be supplied as a string:
CrippenParamCollection *params=CrippenParamCollection::getParams(myParamData);
You are responsible for making sure that the data is in the correct format (see Crippen.cpp for an example).
| typedef std::vector<CrippenParams> RDKit::Descriptors::CrippenParamCollection::ParamsVect |
| RDKit::Descriptors::CrippenParamCollection::CrippenParamCollection | ( | const std::string & | paramData | ) |
References RDKit::paramData.
Referenced by getParams().
|
inline |
|
inline |
|
static |
References CrippenParamCollection(), and RDKit::paramData.