|
SEDRIS Reference Manual
APPENDIX C - LEVEL 0 READ and WRITE API AUXILIARY FUNCTIONS Functions SE ConvertSearchBoundsDimensionality |
|---|
| extern SE_Status_Code | ||||
| SE_ConvertSearchBoundsDimensionality | ||||
| ( | ||||
| const | SE_Search_Bounds | * | src_ptr, | (notes) |
| SE_Search_Dimensionality | dimension, | (notes) | ||
| SE_Search_Bounds | * | dest_ptr | (notes) | |
| ); | ||||
Given a set of search bounds and a search dimensionality, convert the search bounds to the simplest form required to support that dimensionality.
This being the case, if 3D search bounds are provided, it's more efficient to convert them to 2D before using them.
| SE_STAT_CODE_SUCCESS | if valid parameters were passed in and all operations succeeded. |
| SE_STAT_CODE_NULL_REQUIRED_PARAMETER | and no changes are made, if src_ptr or dest_ptr was NULL. |
| SE_STAT_CODE_FAILURE | and *dest_ptr is left unchanged, if
|
pointer to source search bounds to be converted, depending on
the specified dimensionality of the search for which they are to be
used.
dimensionality of the search to be performed; see
SE_Search_Dimensionality for details on the interpretation
of this parameter.
pointer to an SE_Search_Bounds variable into which the result
will be copied.
Prev: SE_CloneTimeSelectParameters.
Next: SE_FreeAltHierarchyParameters.
Up:Index.
|