EXOBJ_OBJECTLIST (original) (raw)

Summary

A list of the extracted objects.

Syntax

Members

L_UINT uStructSize

Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_OBJECTLIST) operator to calculate this value.

pEXOBJ_OBJECT pHead

Pointer to the EXOBJ_OBJECT structure representing the first object.

pEXOBJ_OBJECT pTail

Pointer to the EXOBJ_OBJECT structure representing the last object (for fast adding, use uCount).

L_UINT uCount

Number of objects in the list.

Usage

Data Types

Functions

See Also

LEADTOOLS Raster Imaging C API Help