QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsPointCloudRequest Class Reference

Point cloud data request. More...

#include <qgspointcloudrequest.h>

Public Member Functions

 QgsPointCloudRequest ()
 Ctor. More...
 
QgsPointCloudAttributeCollection attributes () const
 Returns attributes. More...
 
QgsRectangle filterRect () const
 Returns the rectangle from which points will be taken, in point cloud's crs. More...
 
bool operator== (const QgsPointCloudRequest &other) const
 Equality operator. More...
 
void setAttributes (const QgsPointCloudAttributeCollection &attributes)
 Set attributes filter in the request. More...
 
void setFilterRect (QgsRectangle extent)
 Sets the rectangle from which points will be taken, in point cloud's crs. More...
 

Detailed Description

Point cloud data request.

Since
QGIS 3.18

Definition at line 41 of file qgspointcloudrequest.h.

Constructor & Destructor Documentation

◆ QgsPointCloudRequest()

QgsPointCloudRequest::QgsPointCloudRequest ( )
default

Ctor.

Member Function Documentation

◆ attributes()

QgsPointCloudAttributeCollection QgsPointCloudRequest::attributes ( ) const

Returns attributes.

Definition at line 30 of file qgspointcloudrequest.cpp.

◆ filterRect()

QgsRectangle QgsPointCloudRequest::filterRect ( ) const
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.

Since
QGIS 3.30

Definition at line 60 of file qgspointcloudrequest.h.

◆ operator==()

bool QgsPointCloudRequest::operator== ( const QgsPointCloudRequest other) const

Equality operator.

Definition at line 24 of file qgspointcloudrequest.cpp.

◆ setAttributes()

void QgsPointCloudRequest::setAttributes ( const QgsPointCloudAttributeCollection attributes)

Set attributes filter in the request.

Definition at line 35 of file qgspointcloudrequest.cpp.

◆ setFilterRect()

void QgsPointCloudRequest::setFilterRect ( QgsRectangle  extent)
inline

Sets the rectangle from which points will be taken, in point cloud's crs.

An empty rectangle removes the filter.

Since
QGIS 3.30

Definition at line 66 of file qgspointcloudrequest.h.


The documentation for this class was generated from the following files: