|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcLipinskiHBA (const ROMol &mol) |
| calculates the standard Lipinski HBA definition (number of Ns and Os)
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcLipinskiHBD (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumRotatableBonds (const ROMol &mol, NumRotatableBondsOptions useStrictDefinition=Default) |
| calculates the number of rotatable bonds
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumRotatableBonds (const ROMol &mol, bool strict) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumHBD (const ROMol &mol) |
| calculates the number of H-bond donors
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumHBA (const ROMol &mol) |
| calculates the number of H-bond acceptors
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumHeteroatoms (const ROMol &mol) |
| calculates the number of heteroatoms
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAmideBonds (const ROMol &mol) |
| calculates the number of amide bonds
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcFractionCSP3 (const ROMol &mol) |
| calculates the fraction of carbons that are SP3 hybridized
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumRings (const ROMol &mol) |
| calculates the number of SSSR rings
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAromaticRings (const ROMol &mol) |
| calculates the number of aromatic SSSR rings
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAliphaticRings (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumSaturatedRings (const ROMol &mol) |
| calculates the number of saturated SSSR rings
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumHeterocycles (const ROMol &mol) |
| calculates the number of SSSR heterocycles
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAromaticHeterocycles (const ROMol &mol) |
| calculates the number of aromatic SSSR heterocycles
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAromaticCarbocycles (const ROMol &mol) |
| calculates the number of aromatic SSSR carbocycles
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumSaturatedHeterocycles (const ROMol &mol) |
| calculates the number of saturated SSSR heterocycles
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumSaturatedCarbocycles (const ROMol &mol) |
| calculates the number of saturated SSSR carbocycles
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAliphaticHeterocycles (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumAliphaticCarbocycles (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumSpiroAtoms (const ROMol &mol, std::vector< unsigned int > *atoms=nullptr) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned int | RDKit::Descriptors::calcNumBridgeheadAtoms (const ROMol &mol, std::vector< unsigned int > *atoms=nullptr) |
|
RDKIT_DESCRIPTORS_EXPORT unsigned | RDKit::Descriptors::numAtomStereoCenters (const ROMol &mol) |
| calculates the total number of atom stereo centers
|
|
RDKIT_DESCRIPTORS_EXPORT unsigned | RDKit::Descriptors::numUnspecifiedAtomStereoCenters (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT void | RDKit::Descriptors::registerDescriptors () |
| Helper function to register the descriptors with the descriptor service.
|
|