CI: Spatial Search Boundary
- SE_Search_Type
- Point: The center point of the object tested.
- Bounding Box: A box around the object is tested.
- Exact: The geometry of the object is tested.
- SE_Inclusion_Test
- Full Inclusion: Objects must be fully contained within the search bounds.
- Partial Inclusion: Objects must only be partially contained.
SE_CreateSpatialSearchBoundary
const char implementation_identifier[],
const SE_Search_Bounds *bounds_ptr,
SE_Search_Bounds_Closure search_bounds_closure,
SE_Search_Type search_quality,
SE_Inclusion_Test inclusion,
SE_Search_Dimensionality search_dimension,
SE_Search_Boundary *search_boundary_out_ptr