17 #ifndef __RD_CRIPPEN_H__ 18 #define __RD_CRIPPEN_H__ 22 #include <boost/smart_ptr.hpp> 26 namespace Descriptors {
51 std::vector<double> &mrContribs,
bool force =
false,
52 std::vector<unsigned int> *atomTypes = 0,
53 std::vector<std::string> *atomTypeLabels = 0);
72 bool includeHs =
true,
bool force =
false);
124 ParamsVect::const_iterator
begin()
const {
return d_params.begin(); };
125 ParamsVect::const_iterator
end()
const {
return d_params.end(); };
a class used to store Crippen parameters
RDKIT_DESCRIPTORS_EXPORT double calcMR(const ROMol &mol)
calculate the default Wildman-Crippen MR Estimate for a molecule
boost::shared_ptr< const ROMol > dp_pattern
std::vector< CrippenParams > ParamsVect
singleton class for retrieving Crippen parameters
#define RDKIT_DESCRIPTORS_EXPORT
ParamsVect::const_iterator begin() const
const std::string CrippenClogPVersion
RDKIT_DESCRIPTORS_EXPORT double calcClogP(const ROMol &mol)
calculate the default Wildman-Crippen LogP for a molecule
ParamsVect::const_iterator end() const
const std::string crippenVersion
const std::string CrippenMRVersion
RDKIT_DESCRIPTORS_EXPORT void calcCrippenDescriptors(const ROMol &mol, double &logp, double &mr, bool includeHs=true, bool force=false)
generate Wildman-Crippen LogP and MR estimates for a molecule
RDKIT_DESCRIPTORS_EXPORT void getCrippenAtomContribs(const ROMol &mol, std::vector< double > &logpContribs, std::vector< double > &mrContribs, bool force=false, std::vector< unsigned int > *atomTypes=0, std::vector< std::string > *atomTypeLabels=0)