RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
RDKIT_GRAPHMOL_EXPORT Bond::BondDir | determineBondWedgeState (const Bond *bond, unsigned int fromAtomIdx, const Conformer *conf) |
RDKIT_GRAPHMOL_EXPORT Bond::BondDir | determineBondWedgeState (const Bond *bond, const std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > &wedgeBonds, const Conformer *conf) |
RDKIT_GRAPHMOL_EXPORT std::pair< bool, INT_VECT > | countChiralNbrs (const ROMol &mol, int noNbrs) |
RDKIT_GRAPHMOL_EXPORT int | pickBondToWedge (const Atom *atom, const ROMol &mol, const INT_VECT &nChiralNbrs, const std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > &resSoFar, int noNbrs) |
RDKIT_GRAPHMOL_EXPORT void | setStereoForBond (ROMol &mol, Bond *bond, Bond::BondStereo stereo) |
RDKIT_GRAPHMOL_EXPORT std::pair< bool, INT_VECT > RDKit::Chirality::detail::countChiralNbrs | ( | const ROMol & | mol, |
int | noNbrs | ||
) |
RDKIT_GRAPHMOL_EXPORT Bond::BondDir RDKit::Chirality::detail::determineBondWedgeState | ( | const Bond * | bond, |
const std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > & | wedgeBonds, | ||
const Conformer * | conf | ||
) |
RDKIT_GRAPHMOL_EXPORT Bond::BondDir RDKit::Chirality::detail::determineBondWedgeState | ( | const Bond * | bond, |
unsigned int | fromAtomIdx, | ||
const Conformer * | conf | ||
) |
RDKIT_GRAPHMOL_EXPORT int RDKit::Chirality::detail::pickBondToWedge | ( | const Atom * | atom, |
const ROMol & | mol, | ||
const INT_VECT & | nChiralNbrs, | ||
const std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > & | resSoFar, | ||
int | noNbrs | ||
) |
RDKIT_GRAPHMOL_EXPORT void RDKit::Chirality::detail::setStereoForBond | ( | ROMol & | mol, |
Bond * | bond, | ||
Bond::BondStereo | stereo | ||
) |