QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#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 <QJsonArray>
#include <QJsonObject>
#include <QPainter>
#include <QPainterPath>
#include <memory>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Functions | |
void | ringAdjacentVertices (const QgsCurve *curve, QgsVertexId vertex, QgsVertexId &previousVertex, QgsVertexId &nextVertex) |
void ringAdjacentVertices | ( | const QgsCurve * | curve, |
QgsVertexId | vertex, | ||
QgsVertexId & | previousVertex, | ||
QgsVertexId & | nextVertex | ||
) |
Definition at line 917 of file qgscurvepolygon.cpp.