QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgslogger.h"
#include "qgsmapsettings.h"
#include "qgsdartmeasurement.h"
#include <QDir>
#include <QString>
#include <QRegularExpression>
#include <QList>
Go to the source code of this file.
Classes | |
class | QgsRenderChecker |
This is a helper class for unit tests that need to write an image and compare it to an expected result or render time. More... | |
Macros | |
#define | DUMP_BASE64_IMAGES 0 |
Functions | |
bool | compareWkt (const QString &a, const QString &b, double tolerance=0.000001) |
Compare two WKT strings with some tolerance. | |
#define DUMP_BASE64_IMAGES 0 |
Definition at line 33 of file qgsrenderchecker.h.
|
inline |
Compare two WKT strings with some tolerance.
a | first WKT string |
b | second WKT string |
tolerance | tolerance to use (optional, defaults to 0.000001) |
Definition at line 345 of file qgsrenderchecker.h.