Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -206,8 +206,8 @@ Renders a ``block`` of point cloud data using the specified render ``context``. |
|
|
virtual bool willRenderPoint( const QMap<QString, QVariant> &pointAttributes ); |
|
|
%Docstring |
|
|
Checks whether the point holding ``pointAttributes`` attributes will be rendered |
|
|
By default if not overriden in the subclass renderer will return true |
|
|
( the renderer is responsible for the filtering behaviour ) |
|
|
By default if not overridden in the subclass renderer will return true |
|
|
( the renderer is responsible for the filtering behavior ) |
|
|
%End |
|
|
|
|
|
static QgsPointCloudRenderer *load( QDomElement &element, const QgsReadWriteContext &context ) /Factory/; |
|
|
|
@@ -340,8 +340,8 @@ class CORE_EXPORT QgsPointCloudRenderer |
|
|
|
|
|
/** |
|
|
* Checks whether the point holding \a pointAttributes attributes will be rendered |
|
|
* By default if not overriden in the subclass renderer will return true |
|
|
* ( the renderer is responsible for the filtering behaviour ) |
|
|
* By default if not overridden in the subclass renderer will return true |
|
|
* ( the renderer is responsible for the filtering behavior ) |
|
|
*/ |
|
|
virtual bool willRenderPoint( const QMap<QString, QVariant> &pointAttributes ) |
|
|
{ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.