mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix broken see also links
This commit is contained in:
parent
df3c30e113
commit
e1776dfcad
@ -450,13 +450,6 @@ Returns the list of categories of the classification
|
|||||||
Sets the list of categories of the classification
|
Sets the list of categories of the classification
|
||||||
|
|
||||||
.. seealso:: :py:func:`categoriesList`
|
.. seealso:: :py:func:`categoriesList`
|
||||||
%End
|
|
||||||
|
|
||||||
QgsColorRampShader colorRampShader() const;
|
|
||||||
%Docstring
|
|
||||||
Returns the color ramp shader used to render the color
|
|
||||||
|
|
||||||
.. seealso:: :py:func:`setColorRampShader`
|
|
||||||
%End
|
%End
|
||||||
|
|
||||||
virtual unsigned int byteStride();
|
virtual unsigned int byteStride();
|
||||||
|
@ -80,7 +80,6 @@ class _3D_NO_EXPORT QgsPointCloud3DRenderContext : public Qgs3DRenderContext
|
|||||||
*/
|
*/
|
||||||
void setSymbol( QgsPointCloud3DSymbol *symbol );
|
void setSymbol( QgsPointCloud3DSymbol *symbol );
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the attribute \a value from \a data at the specified \a offset, where
|
* Retrieves the attribute \a value from \a data at the specified \a offset, where
|
||||||
* \a type indicates the original data type for the attribute.
|
* \a type indicates the original data type for the attribute.
|
||||||
|
@ -406,18 +406,14 @@ class _3D_EXPORT QgsClassificationPointCloud3DSymbol : public QgsPointCloud3DSym
|
|||||||
*/
|
*/
|
||||||
void setCategoriesList( const QgsPointCloudCategoryList &categories );
|
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 ); }
|
unsigned int byteStride() override { return 4 * sizeof( float ); }
|
||||||
void fillMaterial( Qt3DRender::QMaterial *material ) override SIP_SKIP;
|
void fillMaterial( Qt3DRender::QMaterial *material ) override SIP_SKIP;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString mRenderingParameter;
|
QString mRenderingParameter;
|
||||||
QgsPointCloudCategoryList mCategoriesList;
|
QgsPointCloudCategoryList mCategoriesList;
|
||||||
|
|
||||||
|
QgsColorRampShader colorRampShader() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // QGSPOINTCLOUD3DSYMBOL_H
|
#endif // QGSPOINTCLOUD3DSYMBOL_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user