ANZ_VIEW

typedef enum _ANZ_VIEW
{
   ANZ_VIEW_TRANSVERSE,
   ANZ_VIEW_SAGITTAL,
   ANZ_VIEW_CORONAL
} ANZ_VIEW, *pANZ_VIEW;

The ANZ_VIEW enumeration provides information about loading Analyze 7.5 (ANZ) files in LEADTOOLS.

Member

Description

ANZ_VIEW_TRANSVERSE

View Analyze file from underneath side.

ANZ_VIEW_SAGITTAL

View Analyze file from right side.

ANZ_VIEW_CORONAL

View Analyze file from front side.

Comments

This enumeration is used within the FILEANZOPTIONS structure to specify the view type.