update SIP files

This commit is contained in:
Alexander Bruy 2017-05-02 20:36:31 +03:00 committed by Denis Rouzaud
parent b295fccc27
commit 31cd113b55
2 changed files with 25 additions and 29 deletions

View File

@ -32,7 +32,7 @@ class QgsGraphBuilderInterface
%End
public:
QgsGraphBuilderInterface( const QgsCoordinateReferenceSystem &crs, bool ctfEnabled = true, double topologyTolerance = 0.0, const QString &ellipsoidID = "WGS84" )
QgsGraphBuilderInterface( const QgsCoordinateReferenceSystem &crs, bool ctfEnabled = true, double topologyTolerance = 0.0, const QString &ellipsoidID = "WGS84" );
%Docstring
Default constructor
\param crs Coordinate reference system for new graph vertex
@ -40,10 +40,6 @@ class QgsGraphBuilderInterface
\param topologyTolerance sqrt distance between source point as one graph vertex
\param ellipsoidID ellipsoid for edge measurement
%End
: mCrs( crs );
%Docstring
:rtype: :
%End
virtual ~QgsGraphBuilderInterface();