QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
MVRTree.h File Reference

Go to the source code of this file.

Classes

class  SpatialIndex::MVRTree::Data
 

Namespaces

namespace  SpatialIndex
 
namespace  SpatialIndex::MVRTree
 

Enumerations

enum  SpatialIndex::MVRTree::MVRTreeVariant { SpatialIndex::MVRTree::RV_LINEAR = 0x0 , SpatialIndex::MVRTree::RV_QUADRATIC , SpatialIndex::MVRTree::RV_RSTAR }
 
enum  SpatialIndex::MVRTree::PersistenObjectIdentifier { SpatialIndex::MVRTree::PersistentIndex = 0x1 , SpatialIndex::MVRTree::PersistentLeaf = 0x2 }
 
enum  SpatialIndex::MVRTree::RangeQueryType { SpatialIndex::MVRTree::ContainmentQuery = 0x1 , SpatialIndex::MVRTree::IntersectionQuery = 0x2 }
 

Functions

SIDX_DLL ISpatialIndexSpatialIndex::MVRTree::createNewMVRTree (IStorageManager &in, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, MVRTreeVariant rv, id_type &out_indexIdentifier)
 
SIDX_DLL ISpatialIndexSpatialIndex::MVRTree::loadMVRTree (IStorageManager &in, id_type indexIdentifier)
 
SIDX_DLL ISpatialIndexSpatialIndex::MVRTree::returnMVRTree (IStorageManager &ind, Tools::PropertySet &in)