SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Search_Bounds_Closure
/*
 * ENUM: SE_Search_Bounds_Closure
 *
 *   This function specifies whether a spatial search area has full or
 *   partial closure.
 *
 *   Each SE_Search_Bounds value specifies an enclosed region of a
 *   tessellation. The SE_Search_Bounds_Closure type specifies
 *   whether the top and right boundaries of the tesselation are
 *   included in the region.
 *
 *   By assigning appropriate SE_Search_Bounds_Closure values, it can
 *   be ensured that a point will be encompassed by only one search bounds
 *   region.
 */
typedef enum
{
SE_SEARCHBNDSCLS_FULLY_CLOSED,1
SE_SEARCHBNDSCLS_PARTIALLY_CLOSED2
} SE_Search_Bounds_Closure;


Enumerant Notes

1 The complete boundary of the spatial extent will be used to determine if a location is within the search bounds region.

2 Only the lower end points of the spatial extent will be used to determine if a location is within the search bounds region.




Prev: SE_Search_Bounds. Next: SE_Search_Dimension.


Return to: Top of this Page, Type Index