mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/elevation/qgsprofilesnapping.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsProfileSnapContext
|
|
{
|
|
%Docstring(signature="appended")
|
|
Encapsulates the context of snapping a profile point.
|
|
|
|
.. versionadded:: 3.26
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsprofilesnapping.h"
|
|
%End
|
|
public:
|
|
|
|
double maximumSurfaceDistanceDelta;
|
|
|
|
double maximumSurfaceElevationDelta;
|
|
|
|
double maximumPointDistanceDelta;
|
|
|
|
double maximumPointElevationDelta;
|
|
|
|
double displayRatioElevationVsDistance;
|
|
|
|
};
|
|
|
|
class QgsProfileSnapResult
|
|
{
|
|
%Docstring(signature="appended")
|
|
Encapsulates results of snapping a profile point.
|
|
|
|
.. versionadded:: 3.26
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsprofilesnapping.h"
|
|
%End
|
|
public:
|
|
|
|
QgsProfilePoint snappedPoint;
|
|
|
|
bool isValid() const;
|
|
%Docstring
|
|
Returns ``True`` if the result is a valid point.
|
|
%End
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/elevation/qgsprofilesnapping.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|