SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE BitsPerTexel |
---|
extern SE_Status_Code | ||||
SE_BitsPerTexel | ||||
( | ||||
const | SE_Image_Fields | * | image_fields_ptr, | 1 |
SE_Integer_Unsigned | * | result_out_ptr | 2 | |
); |
Computes how many bits per texel are required for the <Image> that corresponds to the given fields.
SE_STATCODE_SUCCESS | and *result_out_ptr is set appropriately, if valid parameters were passed in. |
SE_STATCODE_INACTIONABLE_FAILURE | and *result_out_ptr is set to zero (0), if *image_fields_ptr does not correspond to a valid <Image> instance or this call fails for any other reason. |
1 pointer to the SE_Image_Fields being evaluated
2 bits per texel for the given fields
Next: SE_CellCountForSubExtent.
Up:Index.
|