QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
SpatialIndex::TPRTree Namespace Reference

Classes

class  Data
 
class  Index
 
class  Leaf
 
class  Node
 
class  Statistics
 
class  TPRTree
 

Typedefs

typedef Tools::PoolPointer< NodeNodePtr
 

Enumerations

enum  PersistenObjectIdentifier { PersistentIndex = 0x1 , PersistentLeaf = 0x2 }
 
enum  RangeQueryType { ContainmentQuery = 0x1 , IntersectionQuery = 0x2 }
 
enum  TPRTreeVariant { TPRV_RSTAR = 0x2 }
 

Functions

SIDX_DLL ISpatialIndexcreateNewTPRTree (IStorageManager &sm, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, TPRTreeVariant rv, double horizon, id_type &indexIdentifier)
 
SIDX_DLL ISpatialIndexloadTPRTree (IStorageManager &in, id_type indexIdentifier)
 
std::ostream & operator<< (std::ostream &os, const Statistics &s)
 
std::ostream & operator<< (std::ostream &os, const TPRTree &t)
 
SIDX_DLL ISpatialIndexreturnTPRTree (IStorageManager &ind, Tools::PropertySet &in)
 

Typedef Documentation

◆ NodePtr

Enumeration Type Documentation

◆ PersistenObjectIdentifier

Enumerator
PersistentIndex 
PersistentLeaf 

◆ RangeQueryType

Enumerator
ContainmentQuery 
IntersectionQuery 

◆ TPRTreeVariant

Enumerator
TPRV_RSTAR 

Function Documentation

◆ createNewTPRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::createNewTPRTree ( IStorageManager & sm,
double fillFactor,
uint32_t indexCapacity,
uint32_t leafCapacity,
uint32_t dimension,
TPRTreeVariant rv,
double horizon,
id_type & indexIdentifier )

◆ loadTPRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::loadTPRTree ( IStorageManager & in,
id_type indexIdentifier )

◆ operator<<() [1/2]

std::ostream & SpatialIndex::TPRTree::operator<< ( std::ostream & os,
const Statistics & s )

◆ operator<<() [2/2]

std::ostream & SpatialIndex::TPRTree::operator<< ( std::ostream & os,
const TPRTree & t )

◆ returnTPRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::returnTPRTree ( IStorageManager & ind,
Tools::PropertySet & in )