| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
Data of spatial index that may be implicitly shared. More...

Public Member Functions | |
| QgsSpatialIndexData () | |
| QgsSpatialIndexData (const QgsFeatureIterator &fi) | |
| QgsSpatialIndexData (const QgsSpatialIndexData &other) | |
| ~QgsSpatialIndexData () | |
| void | initTree (IDataStream *inputStream=nullptr) | 
  Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &other) | |
Public Attributes | |
| SpatialIndex::ISpatialIndex * | mRTree | 
| R-tree containing spatial index.  More... | |
| SpatialIndex::IStorageManager * | mStorage | 
| Storage manager.  More... | |
Data of spatial index that may be implicitly shared.
Definition at line 151 of file qgsspatialindex.cpp.
      
  | 
  inline | 
Definition at line 154 of file qgsspatialindex.cpp.
      
  | 
  inlineexplicit | 
Definition at line 159 of file qgsspatialindex.cpp.
      
  | 
  inline | 
Definition at line 165 of file qgsspatialindex.cpp.
      
  | 
  inline | 
Definition at line 178 of file qgsspatialindex.cpp.
      
  | 
  inline | 
Definition at line 184 of file qgsspatialindex.cpp.
| SpatialIndex::ISpatialIndex* QgsSpatialIndexData::mRTree | 
R-tree containing spatial index.
Definition at line 211 of file qgsspatialindex.cpp.
| SpatialIndex::IStorageManager* QgsSpatialIndexData::mStorage | 
Storage manager.
Definition at line 208 of file qgsspatialindex.cpp.
 1.8.13