12#ifndef RD_ATROPISOMERS_H
13#define RD_ATROPISOMERS_H
21namespace Atropisomers {
27 std::map<
int, std::unique_ptr<RDKit::Chirality::WedgeInfoBase>>
37 std::vector<unsigned int> &
atomIds,
38 const std::map<
int, std::unique_ptr<RDKit::Chirality::WedgeInfoBase>>
pulls in the core RDKit functionality
class for representing a bond
#define RDKIT_GRAPHMOL_EXPORT
RDKIT_GRAPHMOL_EXPORT void getAllAtomIdsForStereoGroup(const ROMol &mol, const StereoGroup &group, std::vector< unsigned int > &atomIds, const std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > &wedgeBonds)
std::pair< Atom *, std::vector< Bond * > > AtropAtomAndBondVec
RDKIT_GRAPHMOL_EXPORT void wedgeBondsFromAtropisomers(const ROMol &mol, const Conformer *conf, std::map< int, std::unique_ptr< RDKit::Chirality::WedgeInfoBase > > &wedgeBonds)
RDKIT_GRAPHMOL_EXPORT bool doesMolHaveAtropisomers(const ROMol &mol)
RDKIT_GRAPHMOL_EXPORT void detectAtropisomerChirality(ROMol &mol, const Conformer *conf)
RDKIT_GRAPHMOL_EXPORT bool getAtropisomerAtomsAndBonds(const Bond *bond, AtropAtomAndBondVec atomAndBonds[2], const ROMol &mol)
bool rdvalue_is(const RDValue_cast_t)