Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSiSpatialIndex::CreationFlags Enumeration
Syntax
C++
enum CreationFlags { kSiNoFlags = 0, kSiPlanar = (1 << 0), kSiModifyMtAware = (1 << 1), kSiAccessMtAware = (1 << 2), kSiFullMtAware = (kSiModifyMtAware | kSiAccessMtAware) };
Members
Description
kSiPlanar
Create 2D Spatial Index.
kSiModifyMtAware
Protect insert/remove/clear by mutex object.
kSiAccessMtAware
Protect query/extents/tolerance by mutex object.

Spatial Index creation flags.

File: SiSpatialIndex.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.