QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Macros | Functions
qgspointcloudindex.h File Reference
#include <QObject>
#include <QString>
#include <QHash>
#include <QStringList>
#include <QVector>
#include <QList>
#include <QMutex>
#include <QCache>
#include "qgis_core.h"
#include "qgsrectangle.h"
#include "qgsvector3d.h"
#include "qgis_sip.h"
#include "qgspointcloudblock.h"
#include "qgsrange.h"
#include "qgspointcloudattribute.h"
#include "qgspointcloudexpression.h"
#include "qgspointcloudrequest.h"
Include dependency graph for qgspointcloudindex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IndexedPointCloudNode
 Represents a indexed point cloud node in octree. More...
 
class  QgsPointCloudCacheKey
 Container class for QgsPointCloudBlock cache keys. 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)
 
uint qHash (const QgsPointCloudCacheKey &key)
 Hash function for QgsPointCloudCacheKey. More...
 
CORE_EXPORT uint qHash (IndexedPointCloudNode id)
 Hash function for indexed nodes. More...
 

Macro Definition Documentation

◆ SIP_NO_FILE

#define SIP_NO_FILE

Definition at line 40 of file qgspointcloudindex.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( IndexedPointCloudNode  ,
Q_PRIMITIVE_TYPE   
)

◆ qHash() [1/2]

uint qHash ( const QgsPointCloudCacheKey key)

Hash function for QgsPointCloudCacheKey.

◆ qHash() [2/2]

CORE_EXPORT uint qHash ( IndexedPointCloudNode  id)

Hash function for indexed nodes.

Definition at line 84 of file qgspointcloudindex.cpp.