19#include "moc_qgspointcloudblockrequest.cpp" 
   32  , mAttributes( attributes )
 
   33  , mRequestedAttributes( requestedAttributes )
 
   36  , mFilterExpression( filterExpression )
 
   37  , mFilterRect( filterRect )
 
   45  return std::move( 
mBlock );
 
A collection of point cloud attributes.
 
std::unique_ptr< QgsPointCloudBlock > mBlock
 
QString errorStr()
Returns the error message string of the request.
 
virtual ~QgsPointCloudBlockRequest()=0
 
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...
 
std::unique_ptr< QgsPointCloudBlock > takeBlock()
Returns the requested block.
 
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...