Home
last modified time | relevance | path

Searched refs:gdlGetDesiredAxisRange (Results 1 – 6 of 6) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_shade_surf.cpp180 bool setx=gdlGetDesiredAxisRange(e, XAXIS, xAxisStart, xAxisEnd); in handle_args()
181 bool sety=gdlGetDesiredAxisRange(e, YAXIS, yAxisStart, yAxisEnd); in handle_args()
196 setZrange = gdlGetDesiredAxisRange(e, ZAXIS, zStart, zEnd); in handle_args()
H A Dplotting_surface.cpp175 bool setx=gdlGetDesiredAxisRange(e, XAXIS, xAxisStart, xAxisEnd); in handle_args()
176 bool sety=gdlGetDesiredAxisRange(e, YAXIS, yAxisStart, yAxisEnd); in handle_args()
192 setZrange = gdlGetDesiredAxisRange(e, ZAXIS, zStart, zEnd); in handle_args()
H A Dplotting_axis.cpp165 bool setx=gdlGetDesiredAxisRange(e, XAXIS, xAxisStart, xAxisEnd); in old_body()
166 bool sety=gdlGetDesiredAxisRange(e, YAXIS, yAxisStart, yAxisEnd); in old_body()
H A Dplotting_plot.cpp270 bool setx=gdlGetDesiredAxisRange(e, XAXIS, xAxisStart, xAxisEnd); in handle_args()
271 bool sety=gdlGetDesiredAxisRange(e, YAXIS, yAxisStart, yAxisEnd); in handle_args()
H A Dplotting_contour.cpp204 bool setx=gdlGetDesiredAxisRange(e, XAXIS, xAxisStart, xAxisEnd); in handle_args()
205 bool sety=gdlGetDesiredAxisRange(e, YAXIS, yAxisStart, yAxisEnd); in handle_args()
220 setZrange = gdlGetDesiredAxisRange(e, ZAXIS, zStart, zEnd); in handle_args()
H A Dplotting.hpp621 static bool gdlGetDesiredAxisRange(EnvT *e, int axisId, DDouble &start, DDouble &end) in gdlGetDesiredAxisRange() function