|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Container class for QgsPointCloudBlock cache keys. More...
#include <qgspointcloudindex.h>
Public Member Functions | |
| QgsPointCloudCacheKey (const IndexedPointCloudNode &n, const QgsPointCloudRequest &request, const QgsPointCloudExpression &expression, const QString &uri) | |
| Ctor. | |
| QgsPointCloudExpression | filterExpression () const |
| Returns the key's QgsPointCloudExpression. | |
| IndexedPointCloudNode | node () const |
| Returns the key's IndexedPointCloudNode. | |
| bool | operator== (const QgsPointCloudCacheKey &other) const |
| Compares keys. | |
| QgsPointCloudRequest | request () const |
| Returns the key's QgsPointCloudRequest. | |
| QString | uri () const |
| Returns the key's uri. | |
Container class for QgsPointCloudBlock cache keys.
Definition at line 119 of file qgspointcloudindex.h.
| QgsPointCloudCacheKey::QgsPointCloudCacheKey | ( | const IndexedPointCloudNode & | n, |
| const QgsPointCloudRequest & | request, | ||
| const QgsPointCloudExpression & | expression, | ||
| const QString & | uri | ||
| ) |
Ctor.
|
inline |
Returns the key's QgsPointCloudExpression.
Definition at line 138 of file qgspointcloudindex.h.
|
inline |
Returns the key's IndexedPointCloudNode.
Definition at line 129 of file qgspointcloudindex.h.
| bool QgsPointCloudCacheKey::operator== | ( | const QgsPointCloudCacheKey & | other | ) | const |
Compares keys.
|
inline |
Returns the key's QgsPointCloudRequest.
Definition at line 135 of file qgspointcloudindex.h.
|
inline |
Returns the key's uri.
Definition at line 132 of file qgspointcloudindex.h.