RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
Atropisomers.h
Go to the documentation of this file.
1//
2// Copyright (C) 2004-203 Tad hurst/CDD and other RDKit contributors
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10#include <RDGeneral/export.h>
11
12#ifndef RD_ATROPISOMERS_H
13#define RD_ATROPISOMERS_H
14
15#include <GraphMol/RDKitBase.h>
16#include <GraphMol/Chirality.h>
17#include <string>
18#include <stdexcept>
19
20namespace RDKit {
21namespace Atropisomers {
22using AtropAtomAndBondVec = std::pair<Atom *, std::vector<Bond *>>;
24 const Conformer *conf);
26 const ROMol &mol, const Conformer *conf,
27 std::map<int, std::unique_ptr<RDKit::Chirality::WedgeInfoBase>>
28 &wedgeBonds);
29
31
33 const Bond *bond, AtropAtomAndBondVec atomAndBonds[2], const ROMol &mol);
34
36 const ROMol &mol, const StereoGroup &group,
37 std::vector<unsigned int> &atomIds,
38 const std::map<int, std::unique_ptr<RDKit::Chirality::WedgeInfoBase>>
39 &wedgeBonds);
40} // namespace Atropisomers
41} // namespace RDKit
42#endif
pulls in the core RDKit functionality
class for representing a bond
Definition Bond.h:47
The class for representing 2D or 3D conformation of a molecule.
Definition Conformer.h:46
#define RDKIT_GRAPHMOL_EXPORT
Definition export.h:233
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)
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)
std::pair< Atom *, std::vector< Bond * > > AtropAtomAndBondVec
Std stuff.
bool rdvalue_is(const RDValue_cast_t)