SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Index_Range
/*
 * STRUCT: SE_Index_Range
 *
 *   This data type specifies the first and last bounds of a range of
 *   indices.
 */
typedef struct
{

SE_Integer_Unsigned first_index;1
SE_Integer_Unsigned last_index;2
} SE_Index_Range;


Field Notes

first_index

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

last_index

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

last_index shall be greater than first_index.




Prev: SE_Image_Texel_Location_3D. Next: SE_Iterator.


Return to: Top of this Page, Type Index