18#ifndef QGSEPTPOINTCLOUDBLOCKREQUEST_H
19#define QGSEPTPOINTCLOUDBLOCKREQUEST_H
51 const QString &authcfg = QString() );
57 void blockFinishedLoading();
QgsEptPointCloudBlockRequest(const QgsPointCloudNodeId &node, const QString &Uri, const QString &dataType, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, const QgsVector3D &scale, const QgsVector3D &offset, const QgsPointCloudExpression &filterExpression, const QgsRectangle &filterRect, const QString &authcfg=QString())
QgsPointCloudBlockRequest constructor Requests the block data of size blockSize at offset blockOffset...
~QgsEptPointCloudBlockRequest() override=default
A collection of point cloud attributes.
QgsPointCloudBlockRequest(const QgsPointCloudNodeId &node, const QString &Uri, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, const QgsVector3D &scale, const QgsVector3D &offset, const QgsPointCloudExpression &filterExpression, const QgsRectangle &filterRect)
QgsPointCloudBlockRequest constructor Note: It is the responsablitiy of the caller to delete the bloc...
Base class for storing raw data from point cloud nodes.
Represents an indexed point cloud node's position in octree.
A rectangle specified with double values.
A 3D vector (similar to QVector3D) with the difference that it uses double precision instead of singl...