Go to the source code of this file.
|
typedef bool(* | IxLogic_insertObject )(IndexDS *theIx, const KeyObject &theObj, const StorageLayout &sl) |
|
typedef bool(* | IxLogic_removeObject )(IndexDS *theIx, const KeyObject &theObj, const StorageLayout &sl) |
|
typedef void(* | IxLogic_intersect )(const IndexDS *theIx, const r_Minterval &searchInterval, KeyObjectVector &objs, const StorageLayout &sl) |
|
typedef void(* | IxLogic_containPointQuery )(const IndexDS *theIx, const r_Point &searchPoint, KeyObject &result, const StorageLayout &sl) |
|
typedef void(* | IxLogic_getObjects )(const IndexDS *theIx, KeyObjectVector &objs, const StorageLayout &sl) |
|
typedef void(* IxLogic_containPointQuery)(const IndexDS *theIx, const r_Point &searchPoint, KeyObject &result, const StorageLayout &sl) |