Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 7, 2020
1 parent 22034de commit a536fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/3d/qgspointcloudlayer3drenderer.h
Expand Up @@ -82,12 +82,12 @@ class _3D_NO_EXPORT QgsPointCloud3DRenderContext : public Qgs3DRenderContext

/**
* Sets the list of categories of the classification that won't be rendered
* \see isFilteredOut()
* \see getFilteredOutValues()
*/
void setFilteredOutCategories( const QgsPointCloudCategoryList &categories );

/**
* Checks whether \a value shouldn't be rendered and is filtered out
* Returns a set containing the filtered out values
* \see setFilteredOutCategories()
*/
QSet<int> getFilteredOutValues() const;
Expand Down

0 comments on commit a536fde

Please sign in to comment.