| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.14.3 ContFXYZ
These plotting functions draw density plot in x, y, or z plain. If a is a tensor (3-dimensional data) then interpolation to a given sVal is performed. These functions are useful for creating projections of the 3D data array to the bounding box. See also ContXYZ, DensXYZ, ContF.
- Method on mglGraph:
voidContFX (const mglData &a,const char *stl=NULL,floatsVal=NAN,intnum=7) Draws num-th solid contours for data a at x = sVal.
- Method on mglGraph:
voidContFY (const mglData &a,const char *stl=NULL,floatsVal=NAN,intnum=7) Draws num-th solid contours for data a at y = sVal.
- Method on mglGraph:
voidContFZ (const mglData &a,const char *stl=NULL,floatsVal=NAN,intnum=7) Draws num-th solid contours for data a at z = sVal.
- Method on mglGraph:
voidContFX (const mglData &v,const mglData &a,const char *stl=NULL,floatsVal=NAN) Draws solid contours for data a=v[i] at x = sVal.
- Method on mglGraph:
voidContFY (const mglData &v,const mglData &a,const char *stl=NULL,floatsVal=NAN) Draws solid contours for data a=v[i] at y = sVal.
- Method on mglGraph:
voidContFZ (const mglData &v,const mglData &a,const char *stl=NULL,floatsVal=NAN) Draws solid contours for data a=v[i] at z = sVal.
