|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
#include <QObject>#include <QString>#include <QHash>#include <QStringList>#include <QVector>#include <QList>#include <QMutex>#include "qgis_core.h"#include "qgsrectangle.h"#include "qgsvector3d.h"#include "qgis_sip.h"#include "qgspointcloudblock.h"#include "qgsrange.h"#include "qgspointcloudattribute.h"#include "qgsstatisticalsummary.h"#include "qgspointcloudexpression.h"

Go to the source code of this file.
Classes | |
| class | IndexedPointCloudNode |
| Represents a indexed point cloud node in octree. More... | |
| class | QgsPointCloudDataBounds |
| Represents packaged data bounds. More... | |
| class | QgsPointCloudIndex |
| Represents a indexed point clouds data in octree. More... | |
Macros | |
| #define | SIP_NO_FILE |
Functions | |
| Q_DECLARE_TYPEINFO (IndexedPointCloudNode, Q_PRIMITIVE_TYPE) | |
| CORE_EXPORT uint | qHash (IndexedPointCloudNode id) |
| Hash function for indexed nodes. More... | |
| #define SIP_NO_FILE |
Definition at line 39 of file qgspointcloudindex.h.
| Q_DECLARE_TYPEINFO | ( | IndexedPointCloudNode | , |
| Q_PRIMITIVE_TYPE | |||
| ) |
| CORE_EXPORT uint qHash | ( | IndexedPointCloudNode | id | ) |
Hash function for indexed nodes.
Definition at line 83 of file qgspointcloudindex.cpp.