mediaLib Library Functions mlibImageIsNotOneDvector(3MLIB)
NAME
mlibImageIsNotOneDvector - image query, 1D vector
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
int mlibImageIsNotOneDvector(const mlibimage *img);
DESCRIPTION
The mlibImageIsNotOneDvector() function tests for a
specific dimension characteristic of a mediaLib image struc-
ture.
PARAMETERS
The function takes the following arguments:
img Pointer to source image.
RETURN VALUES
Returns 0 if data space can be treated as a 1D vector; oth-
erwise, returns nonzero.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageIsNotAligned2(3MLIB),
mlibImageIsNotAligned4(3MLIB),
mlibImageIsNotAligned8(3MLIB),
mlibImageIsNotAligned64(3MLIB),
mlibImageIsNotHeight2X(3MLIB),
mlibImageIsNotHeight4X(3MLIB),
mlibImageIsNotHeight8X(3MLIB),
mlibImageIsNotStride8X(3MLIB),
mlibImageIsNotWidth2X(3MLIB),
mlibImageIsNotWidth4X(3MLIB),
mlibImageIsNotWidth8X(3MLIB),
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibImageIsNotOneDvector(3MLIB)
mlibImageIsUserAllocated(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|