fix broken see also links

This commit is contained in:
NEDJIMAbelgacem 2020-12-06 15:13:55 +01:00 committed by Martin Dobias
parent df3c30e113
commit e1776dfcad
3 changed files with 2 additions and 14 deletions

View File

@ -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();

View File

@ -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.

View File

@ -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