![]() |
QCAD
Open Source 2D CAD
|
Classes | |
class | Data |
class | Index |
class | Leaf |
class | MVRTree |
class | Node |
class | Statistics |
Typedefs | |
typedef Tools::PoolPointer< Node > | NodePtr |
Enumerations | |
enum | MVRTreeVariant { RV_LINEAR = 0x0 , RV_QUADRATIC , RV_RSTAR } |
enum | PersistenObjectIdentifier { PersistentIndex = 0x1 , PersistentLeaf = 0x2 } |
enum | RangeQueryType { ContainmentQuery = 0x1 , IntersectionQuery = 0x2 } |
Functions | |
SIDX_DLL ISpatialIndex * | createNewMVRTree (IStorageManager &in, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, MVRTreeVariant rv, id_type &out_indexIdentifier) |
SIDX_DLL ISpatialIndex * | loadMVRTree (IStorageManager &in, id_type indexIdentifier) |
std::ostream & | operator<< (std::ostream &os, const MVRTree &t) |
std::ostream & | operator<< (std::ostream &os, const Statistics &s) |
SIDX_DLL ISpatialIndex * | returnMVRTree (IStorageManager &ind, Tools::PropertySet &in) |
SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::createNewMVRTree | ( | IStorageManager & | in, |
double | fillFactor, | ||
uint32_t | indexCapacity, | ||
uint32_t | leafCapacity, | ||
uint32_t | dimension, | ||
MVRTreeVariant | rv, | ||
id_type & | out_indexIdentifier ) |
SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::loadMVRTree | ( | IStorageManager & | in, |
id_type | indexIdentifier ) |
std::ostream & SpatialIndex::MVRTree::operator<< | ( | std::ostream & | os, |
const Statistics & | s ) |
SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::returnMVRTree | ( | IStorageManager & | ind, |
Tools::PropertySet & | in ) |