QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgslinestring.h"
#include "qgsapplication.h"
#include "qgscompoundcurve.h"
#include "qgscoordinatetransform.h"
#include "qgsgeometryutils.h"
#include "qgsgeometryutils_base.h"
#include "qgswkbptr.h"
#include "qgslinesegment.h"
#include "qgsgeometrytransformer.h"
#include "qgsfeedback.h"
#include <nlohmann/json.hpp>
#include <cmath>
#include <memory>
#include <QPainter>
#include <limits>
#include <QDomDocument>
#include <QJsonObject>
#include "qgsbox3d.h"
Go to the source code of this file.
Functions | |
void | simplifySection (int i, int j, const double *x, const double *y, std::vector< bool > &usePoint, const double distanceToleranceSquared, const double epsilon) |
void simplifySection | ( | int | i, |
int | j, | ||
const double * | x, | ||
const double * | y, | ||
std::vector< bool > & | usePoint, | ||
const double | distanceToleranceSquared, | ||
const double | epsilon | ||
) |
Definition at line 624 of file qgslinestring.cpp.