aboutsummaryrefslogtreecommitdiff
path: root/math/gsurfit/doc/gsstati.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsurfit/doc/gsstati.hlp')
-rw-r--r--math/gsurfit/doc/gsstati.hlp35
1 files changed, 35 insertions, 0 deletions
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 <math/gsurfit.h>
+
+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