29  : mNode( node ), mUri( uri ),
 
   30    mAttributes( attributes ), mRequestedAttributes( requestedAttributes ),
 
   31    mScale( scale ), mOffset( offset ), mFilterExpression( filterExpression ), mFilterRect( filterRect )
 
Represents a indexed point cloud node in octree.
 
Collection of point cloud attributes.
 
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...
 
QgsPointCloudBlock * block()
Returns the requested block.
 
virtual ~QgsPointCloudBlockRequest()=0
 
Base class for storing raw data from point cloud nodes.
 
A rectangle specified with double values.