Home
last modified time | relevance | path

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

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/SmilesParse/
H A DSmartsWrite.cpp364 std::string getBondSmartsSimple(const Bond *bond, in getBondSmartsSimple() function
560 csmarts1 = getBondSmartsSimple(bond, tchild, atomToLeftIdx); in _recurseBondSmarts()
576 csmarts2 = getBondSmartsSimple(bond, tchild, atomToLeftIdx); in _recurseBondSmarts()
903 res += getBondSmartsSimple(bond, tquery, atomToLeftIdx); in GetBondSmarts()