SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Index_Range
/*
 * STRUCT: SE_Index_Range
 *
 *   Specifies an indexed range of the SE_Data_Table_Sub_Extent for which
 *   the user wants data returned.  Used in the SE_Data_Table_Sub_Extent
 *   struct.
 */
typedef struct
{
SE_Integer_Unsigned first_index; (notes)
SE_Integer_Unsigned last_index; (notes)
} SE_Index_Range;


Field Notes


first_index

 the starting index to define the area of interest for
 each dimension of the given <Data Table>.

last_index

 the stopping index to define the area of interest for
 each dimension of the given <Data Table>.

 last_index shall be greater than first_index.



Prev: SE_Image_Data. Next: SE_Iterator.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS