The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Image_Scan_Direction_Z
/*
 * ENUM: SE_Image_Scan_Direction_Z
 *
 *   This data type is used in the <Image> class.
 *
 *                             Scan         Image Origin
 *                             -------------------------
 *   SE_IMG_SCAN_DIR_Z_NONE    N/A          N/A
 *   SE_IMG_SCAN_DIR_Z_Z_BACK  top-bottom   top
 *   SE_IMG_SCAN_DIR_Z_Z_FRONT bottom-top   bottom
 */
typedef enum
{
SE_IMG_SCAN_DIR_Z_NONE, (notes)
SE_IMG_SCAN_DIR_Z_Z_BACK, (notes)
SE_IMG_SCAN_DIR_Z_Z_FRONT (notes)
} SE_Image_Scan_Direction_Z;


Enumerant Notes


SE_IMG_SCAN_DIR_Z_NONE

 The <Image> has less than 3 dimensions, so
 a Z scan direction is not applicable.

SE_IMG_SCAN_DIR_Z_Z_BACK

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

SE_IMG_SCAN_DIR_Z_Z_FRONT

 The <Image> 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

Last updated: July 16, 2004 Copyright © 2004 SEDRIS