From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/gsurfit/doc/gsstati.hlp | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 math/gsurfit/doc/gsstati.hlp (limited to 'math/gsurfit/doc/gsstati.hlp') diff --git a/math/gsurfit/doc/gsstati.hlp b/math/gsurfit/doc/gsstati.hlp new file mode 100644 index 00000000..7b1b7f2e --- /dev/null +++ b/math/gsurfit/doc/gsstati.hlp @@ -0,0 +1,35 @@ +.help gsstati Aug85 "Gsurfit Package" +.ih +NAME +include + +gsstati -- get integer parameter +.ih +SYNOPSIS +ival = gsstati (sf, parameter) + +.nf +pointer sf # surface descriptor +int parameter # integer parameter to be returned +.fi +.ih +ARGUMENTS +.ls sf +The pointer to the surface descriptor structure. +.le +.ls parameter +Parameter to be returned. The options are GSTYPE, GSXORDER, GSYORDER, +GSNXCOEFF, GSNYCOEFF, and GSNSAVE. The parameter definitions are +found in the package header file math/gsurfit.h. +.le +.ih +DESCRIPTION +The values of the integer parameters are returned. The parameters include +the surface_type, the x and y orders, the number of x and y coefficients +and the length of the buffer required by GSSAVE. +.ih +NOTES +.ih +SEE ALSO +gsstatr +.endhelp -- cgit