Home
last modified time | relevance | path

Searched refs:mgl_check_dim3 (Results 1 – 4 of 4) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/
H A Dvolume.cpp35 if(mgl_check_dim3(gr,!nboth,x,y,z,a,0,"Cloud")) return; in mgl_cloud_xyz()
360 if(mgl_check_dim3(gr,mgl_isboth(x,y,z,a),x,y,z,a,0,"Surf3")) return; in mgl_surf3_xyz_val()
423 if(mgl_check_dim3(gr,!mgl_isnboth(x,y,z,a),x,y,z,a,b,"Surf3A")) return; in mgl_surf3a_xyz_val()
501 if(mgl_check_dim3(gr,!mgl_isnboth(x,y,z,a),x,y,z,a,c,"Surf3C")) return; in mgl_surf3c_xyz_val()
567 …if(mgl_check_dim3(gr,!mgl_isnboth(x,y,z,a),x,y,z,a,c,"Surf3C") || mgl_check_dim3(gr,!mgl_isnboth(x… in mgl_surf3ca_xyz_val()
H A Dcont.cpp299 if(mgl_check_dim3(gr,!mgl_isnboth(x,y,z,a),x,y,z,a,b,"DCont")) return; in mgl_dcont_gen()
313 if(mgl_check_dim3(gr,!mgl_isnboth(x,y,z,a),x,y,z,a,b,"DCont")) return; in mgl_dcont_xyz()
1422 if(mgl_check_dim3(gr,both,x,y,z,a,0,"Cont3")) return; in mgl_cont3_xyz_val()
1507 if(mgl_check_dim3(gr,both,x,y,z,a,0,"Dens3")) return; in mgl_dens3_xyz()
1550 if(mgl_check_dim3(gr,both,x,y,z,a,0,"Grid3")) return; in mgl_grid3_xyz()
1592 if(mgl_check_dim3(gr,both,x,y,z,a,0,"ContF3")) return; in mgl_contf3_xyz_val()
H A Dbase.cpp1679 bool MGL_EXPORT mgl_check_dim3(HMGL gr, bool both, HCDT x, HCDT y, HCDT z, HCDT a, HCDT b, const ch… in mgl_check_dim3() function
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dbase.h755 bool MGL_EXPORT mgl_check_dim3(HMGL gr, bool both, HCDT x, HCDT y, HCDT z, HCDT a, HCDT b, const ch…