|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::getLabuteAtomContribs (const ROMol &mol, std::vector< double > &Vi, double &hContrib, bool includeHs=true, bool force=false) |
| calculates atomic contributions to Labute's Approximate Surface Area
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcLabuteASA (const ROMol &mol, bool includeHs=true, bool force=false) |
| calculates Labute's Approximate Surface Area (ASA from MOE)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::getTPSAAtomContribs (const ROMol &mol, std::vector< double > &Vi, bool force=false, bool includeSandP=false) |
| calculates atomic contributions to the TPSA value
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcTPSA (const ROMol &mol, bool force=false, bool includeSandP=false) |
| calculates the TPSA value for a molecule
|
|
RDKIT_DESCRIPTORS_EXPORT std::vector< double > | RDKit::Descriptors::calcSlogP_VSA (const ROMol &mol, std::vector< double > *bins=nullptr, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT std::vector< double > | RDKit::Descriptors::calcSMR_VSA (const ROMol &mol, std::vector< double > *bins=nullptr, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT std::vector< double > | RDKit::Descriptors::calcPEOE_VSA (const ROMol &mol, std::vector< double > *bins=nullptr, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT std::vector< double > | RDKit::Descriptors::calcCustomProp_VSA (const ROMol &mol, const std::string &customPropName, const std::vector< double > &bins, bool force=false) |
|
Use MolDescriptors.h in client code.
Definition in file MolSurf.h.