SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Image_Texel_Location_3D
/*
 * STRUCT: SE_Image_Texel_Location_3D
 *
 *  This data type specifies a particular texel within a 3D image.
 */
typedef struct
{

SE_Integer_Unsigned horizontal;
SE_Integer_Unsigned vertical;
SE_Integer_Unsigned z;
} SE_Image_Texel_Location_3D;



Prev: SE_Image_Data. Next: SE_Index_Range.


Return to: Top of this Page, Type Index