SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Search_Bounds_Closure
/*
 * ENUM: SE_Search_Bounds_Closure
 *
 *   Used to specify whether a spatial search area has full or partial
 *   closure. Partial closure allows the search area to be part of a
 *   tessellation; it can then be guaranteed that any single point is
 *   inside a unique component of the tessellation.
 */
typedef enum
{
SE_SEARCH_BNDS_CLOSURE_FULLY_CLOSED, (notes)
SE_SEARCH_BNDS_CLOSURE_PARTIALLY_CLOSED (notes)
} SE_Search_Bounds_Closure;


Enumerant Notes


SE_SEARCH_BNDS_CLOSURE_FULLY_CLOSED

 The spatial search area includes all its boundaries.

SE_SEARCH_BNDS_CLOSURE_PARTIALLY_CLOSED

 The spatial search area includes only the lower endpoints of its
 boundaries.



Prev: SE_Search_Bounds. Next: SE_Search_Dimensionality.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS