mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
struct QgsGeometryCheckContext
|
||
|
{
|
||
|
QgsGeometryCheckContext( int precision,
|
||
|
const QgsCoordinateReferenceSystem &mapCrs,
|
||
|
const QgsCoordinateTransformContext &transformContext );
|
||
|
const double tolerance;
|
||
|
const double reducedTolerance;
|
||
|
const QgsCoordinateReferenceSystem mapCrs;
|
||
|
const QgsCoordinateTransformContext transformContext;
|
||
|
|
||
|
private:
|
||
|
QgsGeometryCheckContext( const QgsGeometryCheckContext &rh );
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|