Home
last modified time | relevance | path

Searched defs:coolValue (Results 1 – 1 of 1) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DFMMMLayout.h570 double coolValue() const { return m_coolValue; } in coolValue() function
573 void coolValue(double x) { m_coolValue = (((x >0 )&&(x<=1) )? x : 0.99);} in coolValue() function