SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE CellCountForSubExtent |
---|
extern SE_Integer_Unsigned | ||||
SE_CellCountForSubExtent | ||||
( | ||||
const | SE_Data_Table_Sub_Extent | * | extents_ptr | 1 |
); |
Computes how many <Data Table> cells are contained in the given extents.
number of data table cells contained in extents | if extents_ptr is valid |
0 | if extents_ptr is NULL or invalid |
1 pointer to the extents whose size is being computed
Prev: SE_BitsPerTexel.
Next: SE_CloneAlternateHierarchyParameters.
Up:Index.
|