QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Macros
qgsgeos.cpp File Reference
#include "qgsgeos.h"
#include "qgsabstractgeometry.h"
#include "qgsgeometrycollection.h"
#include "qgsgeometryfactory.h"
#include "qgslinestring.h"
#include "qgsmulticurve.h"
#include "qgsmultilinestring.h"
#include "qgsmultipoint.h"
#include "qgsmultipolygon.h"
#include "qgslogger.h"
#include "qgspolygon.h"
#include "qgsgeometryeditutils.h"
#include <limits>
#include <cstdio>
Include dependency graph for qgsgeos.cpp:

Go to the source code of this file.

Macros

#define CATCH_GEOS(r)
 
#define CATCH_GEOS_WITH_ERRMSG(r)
 
#define DEFAULT_QUADRANT_SEGMENTS   8
 

Macro Definition Documentation

#define CATCH_GEOS (   r)
Value:
catch (GEOSException &) \
{ \
return r; \
}

Definition at line 33 of file qgsgeos.cpp.

#define CATCH_GEOS_WITH_ERRMSG (   r)
Value:
catch (GEOSException &e) \
{ \
if ( errorMsg ) \
{ \
*errorMsg = e.what(); \
} \
return r; \
}

Definition at line 39 of file qgsgeos.cpp.

#define DEFAULT_QUADRANT_SEGMENTS   8

Definition at line 31 of file qgsgeos.cpp.