Home
last modified time | relevance | path

Searched refs:BondDef (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DtestChirality.cpp2803 struct BondDef { struct in TestAssignChiralTypesFromMolParity
2804 BondDef(unsigned int bi, unsigned int ei, Bond::BondType t) : in BondDef() function
2828 d_bondDefVect.emplace_back(BondDef((*bi)->getBeginAtomIdx(), in fillBondDefVect()
2867 std::vector<BondDef> d_bondDefVect;
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A Drough_test.py5773 class BondDef: class in TestCase.testAssignChiralTypesFromMolParity.TestAssignChiralTypesFromMolParity
5804 self.BondDef(b.GetBeginAtomIdx(), b.GetEndAtomIdx(), b.GetBondType())