Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 14, 2019
1 parent 9f682a0 commit 0659dd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -24,10 +24,14 @@ Base configuration for geometry checks.
#include "qgsgeometrycheckcontext.h"
%End
public:

QgsGeometryCheckContext( int precision,
const QgsCoordinateReferenceSystem &mapCrs,
const QgsCoordinateTransformContext &transformContext,
const QgsProject *mProject );
%Docstring
Creates a new QgsGeometryCheckContext.
%End

const double tolerance;

Expand Down
Expand Up @@ -30,6 +30,10 @@
class ANALYSIS_EXPORT QgsGeometryCheckContext
{
public:

/**
* Creates a new QgsGeometryCheckContext.
*/
QgsGeometryCheckContext( int precision,
const QgsCoordinateReferenceSystem &mapCrs,
const QgsCoordinateTransformContext &transformContext,
Expand Down

0 comments on commit 0659dd7

Please sign in to comment.