Skip to content

Commit c176e3f

Browse files
committedDec 11, 2015
Fix documentation test failure
1 parent 233f67b commit c176e3f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎python/core/geometry/qgsabstractgeometryv2.sip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ class QgsAbstractGeometryV2
167167

168168
virtual int vertexCount(int part = 0, int ring = 0) const = 0;
169169
virtual int ringCount(int part = 0) const = 0;
170+
171+
/** Returns count of parts contained in the geometry.
172+
* @see vertexCount
173+
* @see ringCount
174+
*/
170175
virtual int partCount() const = 0;
171176

172177
/** Adds a z-dimension to the geometry, initialized to a preset value.

‎src/core/geometry/qgsabstractgeometryv2.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@ class CORE_EXPORT QgsAbstractGeometryV2
304304

305305
virtual int vertexCount( int part = 0, int ring = 0 ) const = 0;
306306
virtual int ringCount( int part = 0 ) const = 0;
307+
308+
/** Returns count of parts contained in the geometry.
309+
* @see vertexCount
310+
* @see ringCount
311+
*/
307312
virtual int partCount() const = 0;
308313

309314
/** Adds a z-dimension to the geometry, initialized to a preset value.

0 commit comments

Comments
 (0)
Please sign in to comment.