31 , mAttributes( attributes )
32 , mRequestedAttributes( requestedAttributes )
35 , mFilterExpression( filterExpression )
36 , mFilterRect( filterRect )
44 return std::move(
mBlock );
Represents a indexed point cloud node in octree.
Collection of point cloud attributes.
std::unique_ptr< QgsPointCloudBlock > mBlock
QString errorStr()
Returns the error message string of the request.
QgsPointCloudBlockRequest(const IndexedPointCloudNode &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...
virtual ~QgsPointCloudBlockRequest()=0
std::unique_ptr< QgsPointCloudBlock > takeBlock()
Returns the requested block.
A rectangle specified with double values.
Class for storage of 3D vectors similar to QVector3D, with the difference that it uses double precisi...