mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix docs
This commit is contained in:
parent
33390123e3
commit
c75876938b
@ -193,16 +193,12 @@ read on demand
|
||||
|
||||
virtual QgsMeshVertex vertex( int index ) const = 0;
|
||||
%Docstring
|
||||
Factory for mesh vertex with index
|
||||
|
||||
:return: New mesh vertex on index
|
||||
Returns the mesh vertex at index
|
||||
%End
|
||||
|
||||
virtual QgsMeshFace face( int index ) const = 0;
|
||||
%Docstring
|
||||
Factory for mesh face with index
|
||||
|
||||
:return: new mesh face on index
|
||||
Returns the mesh face at index
|
||||
%End
|
||||
};
|
||||
|
||||
|
@ -185,14 +185,12 @@ class CORE_EXPORT QgsMeshDataSourceInterface SIP_ABSTRACT
|
||||
virtual int faceCount() const = 0;
|
||||
|
||||
/**
|
||||
* \brief Factory for mesh vertex with index
|
||||
* \returns New mesh vertex on index
|
||||
* Returns the mesh vertex at index
|
||||
*/
|
||||
virtual QgsMeshVertex vertex( int index ) const = 0;
|
||||
|
||||
/**
|
||||
* \brief Factory for mesh face with index
|
||||
* \returns new mesh face on index
|
||||
* Returns the mesh face at index
|
||||
*/
|
||||
virtual QgsMeshFace face( int index ) const = 0;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user