Home
last modified time | relevance | path

Searched refs:setIsConjugated (Results 1 – 4 of 4) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DConjugHybrid.cpp70 bnd1->setIsConjugated(true); in markConjAtomBonds()
71 bnd2->setIsConjugated(true); in markConjAtomBonds()
128 bond->setIsConjugated(bond->getIsAromatic()); in setConjugation()
H A DBond.h140 void setIsConjugated(bool what) { df_isConjugated = what; }; in setIsConjugated() function
H A DMolPickler.cpp1818 bond->setIsConjugated(flags & 0x1 << 5); in _addBondFromPickle()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A DBond.cpp133 .def("SetIsConjugated", &Bond::setIsConjugated) in wrap()