Skip to content

Commit

Permalink
Add missing sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 31, 2016
1 parent 5d97d03 commit fbd6618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgsmaptopixelgeometrysimplifier.sip
Expand Up @@ -43,6 +43,9 @@ class QgsMapToPixelSimplifier : QgsAbstractGeometrySimplifier
//! Sets the local simplification algorithm of the vector layer managed
void setSimplifyAlgorithm( SimplifyAlgorithm simplifyAlgorithm );

//! Returns a simplified version the specified geometry
virtual QgsGeometry simplify( const QgsGeometry& geometry ) const;

//! Sets the tolerance of the vector layer managed
void setTolerance( double value );

Expand Down

0 comments on commit fbd6618

Please sign in to comment.