rasdaman complete source
Classes | Typedefs
mddobjix.hh File Reference
#include "raslib/minterval.hh"
#include "raslib/rmdebug.hh"
#include "indexmgr/indexds.hh"

Go to the source code of this file.

Classes

class  MDDObjIx
 

Typedefs

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 Documentation

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 bool(* IxLogic_insertObject)(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 bool(* IxLogic_removeObject)(IndexDS *theIx, const KeyObject &theObj, const StorageLayout &sl)