Navigation Menu

Skip to content

Commit

Permalink
fix broken see also links
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 df3c30e commit e1776df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
7 changes: 0 additions & 7 deletions python/3d/auto_generated/symbols/qgspointcloud3dsymbol.sip.in
Expand Up @@ -450,13 +450,6 @@ Returns the list of categories of the classification
Sets the list of categories of the classification

.. seealso:: :py:func:`categoriesList`
%End

QgsColorRampShader colorRampShader() const;
%Docstring
Returns the color ramp shader used to render the color

.. seealso:: :py:func:`setColorRampShader`
%End

virtual unsigned int byteStride();
Expand Down
1 change: 0 additions & 1 deletion src/3d/qgspointcloudlayer3drenderer.h
Expand Up @@ -80,7 +80,6 @@ class _3D_NO_EXPORT QgsPointCloud3DRenderContext : public Qgs3DRenderContext
*/
void setSymbol( QgsPointCloud3DSymbol *symbol );


/**
* Retrieves the attribute \a value from \a data at the specified \a offset, where
* \a type indicates the original data type for the attribute.
Expand Down
8 changes: 2 additions & 6 deletions src/3d/symbols/qgspointcloud3dsymbol.h
Expand Up @@ -406,18 +406,14 @@ class _3D_EXPORT QgsClassificationPointCloud3DSymbol : public QgsPointCloud3DSym
*/
void setCategoriesList( const QgsPointCloudCategoryList &categories );

/**
* Returns the color ramp shader used to render the color
* \see setColorRampShader( const QgsColorRampShader &colorRampShader )
*/
QgsColorRampShader colorRampShader() const;

unsigned int byteStride() override { return 4 * sizeof( float ); }
void fillMaterial( Qt3DRender::QMaterial *material ) override SIP_SKIP;

private:
QString mRenderingParameter;
QgsPointCloudCategoryList mCategoriesList;

QgsColorRampShader colorRampShader() const;
};

#endif // QGSPOINTCLOUD3DSYMBOL_H

0 comments on commit e1776df

Please sign in to comment.