|
SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE ValidImageExtents |
|---|
| extern SE_Boolean | ||||
| SE_ValidImageExtents | ||||
| ( | ||||
| const | SE_Image_Fields | * | fields_ptr, | 1 |
| const | SE_Image_Texel_Location_3D | * | start_texel, | 2 |
| const | SE_Image_Texel_Location_3D | * | stop_texel, | 3 |
| SE_Short_Integer_Unsigned | mip_level | 4 | ||
| ); | ||||
Checks whether the specified extents are valid for the given <Image> instance.
| SE_TRUE | if all parameters are valid. |
| SE_FALSE | if
|
1 fields for the <Image> instance for which the extents are being checked.
2 the starting texel index of the <Image> instance data to be retrieved; must be less than or equal to stop_texel, and must be valid for the specified MIP level of image.
3 the stopping texel index of the <Image> instance data to be retrieved; must be greater than or equal to start_texel, and must be valid for the specified MIP level of image.
4 the mip_level being requested for the given <Image>.
Prev: SE_ValidImageData.
Next: SE_ValidIndexRange.
Up:Index.
|