1mlib_ImageInterpTableDeletem(e3dMiLaILBi)b Library Fumnlcitbi_oInmsageInterpTableDelete(3MLIB)
2
3
4

NAME

6       mlib_ImageInterpTableDelete - deletes an interpolation table
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       void mlib_ImageInterpTableDelete(void *interp_table);
13
14

DESCRIPTION

16       The mlib_ImageInterpTableDelete() function deletes an interpolation ta‐
17       ble.
18
19
20       This function deletes the structure of an interpolation table and frees
21       the memory allocated by mlib_ImageInterpTableCreate().
22

PARAMETERS

24       The function takes the following arguments:
25
26       interp_table    Pointer to an interpolation table.
27
28

RETURN VALUES

30       None.
31

ATTRIBUTES

33       See attributes(5) for descriptions of the following attributes:
34
35
36
37
38       ┌─────────────────────────────┬─────────────────────────────┐
39       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
40       ├─────────────────────────────┼─────────────────────────────┤
41       │Interface Stability          │Committed                    │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │MT-Level                     │MT-Safe                      │
44       └─────────────────────────────┴─────────────────────────────┘
45

SEE ALSO

47       mlib_ImageInterpTableCreate(3MLIB),       mlib_ImageAffineTable(3MLIB),
48       mlib_ImageZoomTranslateTable(3MLIB),    mlib_ImageGridWarpTable(3MLIB),
49       mlib_ImagePolynomialWarpTable(3MLIB), attributes(5)
50
51
52
53SunOS 5.11                        2 Mar 2007mlib_ImageInterpTableDelete(3MLIB)
Impressum