The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Image_Scan_Direction_Z
/*
 * ENUM: SE_Image_Scan_Direction_Z
 *
 *   This data type specifies the manner in which image depth is to
 *   be scanned.
 *
 *                           Scan            Image Origin
 *                           -------------------------
 *   SE_IMAGSCANDIRZ_NONE    not applicable  not applicable
 *   SE_IMAGSCANDIRZ_Z_BACK  top-bottom      top
 *   SE_IMAGSCANDIRZ_Z_FRONT bottom-top      bottom
 */
typedef enum
{
SE_IMAGSCANDIRZ_NONE,1
SE_IMAGSCANDIRZ_Z_BACK,2
SE_IMAGSCANDIRZ_Z_FRONT3
} SE_Image_Scan_Direction_Z;


Enumerant Notes

1 The <Image> instance has fewer than three dimensions, so a Z scan direction is not applicable.

2 The <Image> instance's origin is at the top, and the Z scan direction is from top to bottom.

3 The <Image> instance's origin is at the bottom, and the Z scan direction is from bottom to top.




Prev: SE_Image_Scan_Direction. Next: SE_Image_Signature.


Return to: Top of this Page, Type Index