mediaLib Library Functions mlibImageInterpTableDelete(3MLIB)
NAME
mlibImageInterpTableDelete - deletes an interpolation table
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibImageInterpTableDelete(void *interptable);
DESCRIPTION
The mlibImageInterpTableDelete() function deletes an inter-
polation table.
This function deletes the structure of an interpolation
table and frees the memory allocated by
mlibImageInterpTableCreate().
PARAMETERS
The function takes the following arguments:
interptable Pointer to an interpolation table.
RETURN VALUES
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageInterpTableCreate(3MLIB),
mlibImageAffineTable(3MLIB),
mlibImageZoomTranslateTable(3MLIB),
mlibImageGridWarpTable(3MLIB),
mlibImagePolynomialWarpTable(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|