#include <srcindexlogic.hh>
|
static unsigned int | computeNumberOfTiles (const StorageLayout &sl, const r_Minterval &mddDomain) |
|
static bool | insertObject (IndexDS *theIx, const KeyObject &newObject, const StorageLayout &sl) |
|
static bool | removeObject (IndexDS *theIx, const KeyObject &tileToRemove, const StorageLayout &sl) |
|
static void | intersect (const IndexDS *theIx, const r_Minterval &searchInter, KeyObjectVector &objs, const StorageLayout &sl) |
|
static void | containPointQuery (const IndexDS *theIx, const r_Point &searchPoint, KeyObject &result, const StorageLayout &sl) |
|
static void | getObjects (const IndexDS *ixDS, KeyObjectVector &objs, const StorageLayout &sl) |
|
|
static r_Minterval | computeNormalizedDomain (const r_Point &mddDomainExtent, const r_Point &tileConfigExtent) |
|
static r_Point | computeNormalizedPoint (const r_Point &toNormalize, const r_Point &tileConfigExtent, const r_Point &mddDomainOrigin) |
|
static r_Minterval | computeDomain (const r_Point &toConvert, const r_Point &tileConfigExtent, const r_Point &mddDomainOrigin) |
|
static OId | computeOId (const r_Minterval &mddDomain, const r_Point &tileConfigExtent, OId::OIdCounter baseCounter, OId::OIdType type, const r_Point &tileOrigin) |
|
static r_Minterval | computeTiledDomain (const r_Minterval &completeDomain, const r_Point &tileConfigExtent, const r_Minterval &widenMe) |
|
static r_Minterval SRCIndexLogic::computeNormalizedDomain |
( |
const r_Point & |
mddDomainExtent, |
|
|
const r_Point & |
tileConfigExtent |
|
) |
| |
|
staticprotected |
static r_Point SRCIndexLogic::computeNormalizedPoint |
( |
const r_Point & |
toNormalize, |
|
|
const r_Point & |
tileConfigExtent, |
|
|
const r_Point & |
mddDomainOrigin |
|
) |
| |
|
staticprotected |
The documentation for this class was generated from the following file: