ViewerSocketPutScalar

Passes an Scalar array to a Socket viewer.

Synopsis

int ViewerSocketPutScalar(Viewer viewer,int m,int n,Scalar *array)

Input Parameters

viewer -obtained from ViewerSocketOpen()
m, n -number of rows and columns of array
array -the array stored in Fortran 77 style (matrix or vector data)

Notes

Most users should not call this routine, but instead should employ either
     MatView(Mat matrix,Viewer viewer)
              or
     VecView(Vec vector,Viewer viewer)

See Also

ViewerSocketOpen(), MatView(), VecView(), ViewerSocketPutReal(), ViewerSocketPutScalar()

Level:advanced
Location:
src/sys/src/viewer/impls/socket/senddense.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages