ncl_ezisos (3) Linux Manual Page
EZISOS – Draws an isosurface. Synopsis CALL EZISOS (F,MU,MV,MW,EYE,SLAB,FISO) C-Binding Synopsis #include <ncarg/ncargC.h> void c_ezisos (float *f, int mu, int mv, int mw, float eye[3], float *slab, float fiso) Description F (an input array of type REAL, dimensioned MU x MV x MW) is a three-dimensional array of data defining the function f(u,v,w). The entire…
