mediaLib Library Functions mlib_ImageInterpTableDelete(3MLIB)
NAME
mlib_ImageInterpTableDelete - deletes an interpolation table
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlib_ImageInterpTableDelete(void *interp_table);
DESCRIPTION
The mlib_ImageInterpTableDelete() function deletes an inter-
polation table. This function deletes the structure of an interpolation table and frees the memory allocated bymlib_ImageInterpTableCreate().
PARAMETERS
The function takes the following arguments:interp_table Pointer to an interpolation table.
RETURN VALUES
None.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
mlib_ImageInterpTableCreate(3MLIB),
mlib_ImageAffineTable(3MLIB),
mlib_ImageZoomTranslateTable(3MLIB),
mlib_ImageGridWarpTable(3MLIB),
mlib_ImagePolynomialWarpTable(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1