FILEANZOPTIONS (original) (raw)
Summary
The FILEANZOPTIONS structure provides information on loading ANZ (Analyze format) files in LEADTOOLS.
Syntax
typedef struct _FILEANZOPTIONS
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[ANZ_VIEW](anz-view.html) View;
[L_UINT32](leadtools-basic-data-types.html) uFlags;
} FILEANZOPTIONS, *pFILEANZOPTIONS;
Members
uStructSize
Size of the structure. The size must be set before passing this structure to the LEAD functions. Use sizeof(FILEANZOPTIONS) to calculate this value.
View
Indicates the view. The following values are possible:
Value | Meaning |
---|---|
ANZ_VIEW_TRANSVERSE | View is from underneath |
ANZ_VIEW_SAGITTAL | View is from right side |
ANZ_VIEW_CORONAL | View is from front |
uFlags
Reserved for future use, pass 0.
Comments
pFILEANZOPTIONS is a pointer to a FILEANZOPTIONS structure.
Usage
Data Types
Functions
LEADTOOLS Raster Imaging C API Help