QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Point cloud data request. More...
#include <qgspointcloudrequest.h>
Public Member Functions | |
QgsPointCloudRequest () | |
QgsPointCloudAttributeCollection | attributes () const |
Returns attributes. | |
QgsRectangle | filterRect () const |
Returns the rectangle from which points will be taken, in point cloud's crs. | |
bool | operator== (const QgsPointCloudRequest &other) const |
void | setAttributes (const QgsPointCloudAttributeCollection &attributes) |
Set attributes filter in the request. | |
void | setFilterRect (QgsRectangle extent) |
Sets the rectangle from which points will be taken, in point cloud's crs. | |
|
default |
QgsPointCloudAttributeCollection QgsPointCloudRequest::attributes | ( | ) | const |
Returns attributes.
Definition at line 30 of file qgspointcloudrequest.cpp.
|
inline |
Returns the rectangle from which points will be taken, in point cloud's crs.
If the returned rectangle is empty, then no filter rectangle is set.
Definition at line 59 of file qgspointcloudrequest.h.
bool QgsPointCloudRequest::operator== | ( | const QgsPointCloudRequest & | other | ) | const |
Definition at line 24 of file qgspointcloudrequest.cpp.
void QgsPointCloudRequest::setAttributes | ( | const QgsPointCloudAttributeCollection & | attributes | ) |
Set attributes filter in the request.
Definition at line 35 of file qgspointcloudrequest.cpp.
|
inline |
Sets the rectangle from which points will be taken, in point cloud's crs.
An empty rectangle removes the filter.
Definition at line 65 of file qgspointcloudrequest.h.