Home
last modified time | relevance | path

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

/dports/science/shelxle/shelxle-1.0.1352/
H A Dmolecule.h583 Connection theH_Bonds; variable
H A Dmolecule.cpp7358 theH_Bonds.clear(); in h_bonds2()
7439 if (!theH_Bonds.contains(hbond)) theH_Bonds.append(hbond); in h_bonds2()
H A Dwindow.cpp10865 for (int i =0; i<chgl->mol->theH_Bonds.size();i++){ in savePovRay()
10866 if (mole.theH_Bonds.at(i).ato1->hidden) continue; in savePovRay()
10867 if (mole.theH_Bonds.at(i).ato2->hidden) continue; in savePovRay()
10868 …if ((mole.nopm1)&&(mole.theH_Bonds.at(i).ato1->symmGroup)&&(mole.theH_Bonds.at(i).ato1->part<0))co… in savePovRay()
10869 …if ((mole.nopm1)&&(mole.theH_Bonds.at(i).ato2->symmGroup)&&(mole.theH_Bonds.at(i).ato2->part<0))co… in savePovRay()
10870 s1=QString("AtomPos%1").arg(mole.theH_Bonds.at(i).a1); in savePovRay()
10871 s2=QString("AtomPos%1").arg(mole.theH_Bonds.at(i).a2); in savePovRay()