Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewOptions.h48 double customAbscissaMin, customAbscissaMax; variable
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DdrawGraph2d.cpp169 if(x[i] >= opt->customAbscissaMin && x[i] <= opt->customAbscissaMax) { in getGraphData()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DOptions.cpp7081 opt->customAbscissaMax = val; in opt_view_custom_abscissa_max()
7084 return opt->customAbscissaMax; in opt_view_custom_abscissa_max()