QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Functions
qgscurvepolygon.cpp File Reference
#include "qgscurvepolygon.h"
#include "qgsapplication.h"
#include "qgscircularstring.h"
#include "qgscompoundcurve.h"
#include "qgsgeometryutils.h"
#include "qgslinestring.h"
#include "qgspolygon.h"
#include "qgswkbptr.h"
#include "qgsmulticurve.h"
#include "qgsfeedback.h"
#include <QJsonArray>
#include <QJsonObject>
#include <QPainter>
#include <QPainterPath>
#include <memory>
#include <nlohmann/json.hpp>
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 1031 of file qgscurvepolygon.cpp.