QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsSpatialIndexData Class Reference

Data of spatial index that may be implicitly shared. More...

Inheritance diagram for QgsSpatialIndexData:
Inheritance graph
[legend]
Collaboration diagram for QgsSpatialIndexData:
Collaboration graph
[legend]

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...
 

Detailed Description

Data of spatial index that may be implicitly shared.

Definition at line 77 of file qgsspatialindex.cpp.

Constructor & Destructor Documentation

QgsSpatialIndexData::QgsSpatialIndexData ( )
inline

Definition at line 80 of file qgsspatialindex.cpp.

QgsSpatialIndexData::QgsSpatialIndexData ( const QgsSpatialIndexData other)
inline

Definition at line 85 of file qgsspatialindex.cpp.

References mRTree.

QgsSpatialIndexData::~QgsSpatialIndexData ( )
inline

Definition at line 98 of file qgsspatialindex.cpp.

Member Function Documentation

void QgsSpatialIndexData::initTree ( )
inline

Definition at line 104 of file qgsspatialindex.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file: