blob: 79b1966d5091700e1f934c6aa72c51dad397879e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.help msifree Dec98 "Image Interpolation Package"
.ih
NAME
msifree -- free sequential interpolant descriptor
.ih
SYNOPSIS
msifree (msi)
.nf
pointer msi #U interpolant descriptor
.fi
.ih
ARGUMENTS
.ls msi
Pointer to the sequential interpolant descriptor structure.
.le
.ih
DESCRIPTION
MSIFREE frees the sequential interpolant descriptor structure.
MSIFREE should be called when interpolation is complete.
.ih
NOTES
.ih
SEE ALSO
msiinit, msisinit
.endhelp
|