QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
qgscurvepolygon.cpp File Reference
#include "qgscurvepolygon.h"
#include <memory>
#include <nlohmann/json.hpp>
#include "qgsapplication.h"
#include "qgscircularstring.h"
#include "qgscompoundcurve.h"
#include "qgsfeedback.h"
#include "qgsgeometryutils.h"
#include "qgslinestring.h"
#include "qgsmulticurve.h"
#include "qgspolygon.h"
#include "qgswkbptr.h"
#include <QJsonArray>
#include <QJsonObject>
#include <QPainter>
#include <QPainterPath>
Include dependency graph for qgscurvepolygon.cpp:

Go to the source code of this file.

Functions

void ringAdjacentVertices (const QgsCurve *curve, QgsVertexId vertex, QgsVertexId &previousVertex, QgsVertexId &nextVertex)

Function Documentation

◆ ringAdjacentVertices()

void ringAdjacentVertices ( const QgsCurve * curve,
QgsVertexId vertex,
QgsVertexId & previousVertex,
QgsVertexId & nextVertex )

Definition at line 1079 of file qgscurvepolygon.cpp.