Skip to content

Commit

Permalink
Update src/core/pointcloud/qgspointcloudrenderer.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
NEDJIMAbelgacem and nyalldawson committed Jan 4, 2021
1 parent da4076e commit 3c1a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pointcloud/qgspointcloudrenderer.h
Expand Up @@ -282,7 +282,7 @@ class CORE_EXPORT QgsPointCloudRenderer
virtual void renderBlock( const QgsPointCloudBlock *block, QgsPointCloudRenderContext &context ) = 0;

/**
* Returns the list of points of the point cloud layer \a layer and an extent defined by
* Returns the list of visible points of the point cloud layer \a layer and an extent defined by
* a geometry in the 2D plane \a geometry and a range for z values \a extentZRange
*/
QVector<QMap<QString, QVariant>> identify( QgsPointCloudLayer *layer, QgsRenderContext context, const QgsGeometry &geometry ) SIP_SKIP;
Expand Down

0 comments on commit 3c1a063

Please sign in to comment.