|
QGIS API Documentation 4.2.0-Belém do Pará (ec9a7f91d0f)
|
#include "qgis_core.h"#include "qgis_sip.h"#include "qgsdartmeasurement.h"#include "qgslogger.h"#include "qgsmapsettings.h"#include <QDir>#include <QList>#include <QRegularExpression>#include <QString>

Go to the source code of this file.
Classes | |
| class | QgsRenderChecker |
| 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 34 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 355 of file qgsrenderchecker.h.