Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DPrefs.h197 MaxBondLength, QD3DLineWidth, AtomLabelSize, AnnotationLabelSize, variable
341 if (NewLength >= 0.0) MaxBondLength = NewLength; in SetMaxBondLength()
342 return MaxBondLength;}; in SetMaxBondLength()
344 inline float GetMaxBondLength(void) const {return MaxBondLength;} in GetMaxBondLength()
H A DFrame.cpp658 float MaxBondLength = Prefs->GetMaxBondLength(); in SetBonds() local
659 MaxBondLength *= MaxBondLength; in SetBonds()
691 if (distance <= MaxBondLength) { in SetBonds()
H A DMMPPrefs.cpp329 MaxBondLength = 0.0;