12#ifndef RD_MOLDESCRIPTORS_H
13#define RD_MOLDESCRIPTORS_H
24namespace Descriptors {
Use MolDescriptors.h in client code.
Use MolDescriptors.h in client code.
Contains Lipinski and Lipinski-like descriptors. Use MolDescriptors.h in client code.
Use MolDescriptors.h in client code.
Use MolDescriptors.h in client code.
#define RDKIT_DESCRIPTORS_EXPORT
RDKIT_DESCRIPTORS_EXPORT const std::string NumAtomsVersion
RDKIT_DESCRIPTORS_EXPORT unsigned int calcNumHeavyAtoms(const ROMol &mol)
RDKIT_DESCRIPTORS_EXPORT const std::string NumHeavyAtomsVersion
RDKIT_DESCRIPTORS_EXPORT double calcExactMW(const ROMol &mol, bool onlyHeavy=false)
RDKIT_DESCRIPTORS_EXPORT double calcAMW(const ROMol &mol, bool onlyHeavy=false)
RDKIT_DESCRIPTORS_EXPORT std::string calcMolFormula(const ROMol &mol, bool separateIsotopes=false, bool abbreviateHIsotopes=true)
RDKIT_DESCRIPTORS_EXPORT const std::string exactmwVersion
RDKIT_DESCRIPTORS_EXPORT unsigned int calcNumAtoms(const ROMol &mol)
RDKIT_DESCRIPTORS_EXPORT const std::string amwVersion
bool rdvalue_is(const RDValue_cast_t)