Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewOptions.cpp54 else if(scaleType == DoubleLogarithmic) { in getScaleValue()
77 else if(scaleType == DoubleLogarithmic) { in getScaleIndex()
H A DPViewOptions.h38 enum ScaleType { Linear = 1, Logarithmic = 2, DoubleLogarithmic = 3 }; enumerator