|
QGIS API Documentation
2.4.0-Chugiak
|
Data of spatial index that may be implicitly shared. More...


Public Member Functions | |
| QgsSpatialIndexData () | |
| QgsSpatialIndexData (const QgsSpatialIndexData &other) | |
| ~QgsSpatialIndexData () | |
| void | initTree () |
Public Attributes | |
| SpatialIndex::IStorageManager * | mStorage |
| storage manager More... | |
| SpatialIndex::ISpatialIndex * | mRTree |
| R-tree containing spatial index. More... | |
Data of spatial index that may be implicitly shared.
Definition at line 77 of file qgsspatialindex.cpp.
|
inline |
Definition at line 80 of file qgsspatialindex.cpp.
|
inline |
Definition at line 85 of file qgsspatialindex.cpp.
References mRTree.
|
inline |
Definition at line 98 of file qgsspatialindex.cpp.
|
inline |
Definition at line 104 of file qgsspatialindex.cpp.
| SpatialIndex::ISpatialIndex* QgsSpatialIndexData::mRTree |
R-tree containing spatial index.
Definition at line 126 of file qgsspatialindex.cpp.
Referenced by QgsSpatialIndexData().
| SpatialIndex::IStorageManager* QgsSpatialIndexData::mStorage |
storage manager
Definition at line 123 of file qgsspatialindex.cpp.
1.8.7