man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2014
 
 

mlib_ImageInterpTableDelete (3MLIB)

Name

mlib_ImageInterpTableDelete - deletes an interpolation table

Synopsis

cc [ flag... ] file... –lmlib [ library... ]
#include <mlib.h>

void mlib_ImageInterpTableDelete(void *interp_table);

Description

The mlib_ImageInterpTableDelete() function deletes an interpolation table.

This function deletes the structure of an interpolation table and frees the memory allocated by mlib_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 attributes:

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)