#include "qgsalignraster.h"
#include <gdalwarper.h>
#include <ogr_srs_api.h>
#include <cpl_conv.h>
#include <limits>
#include <qmath.h>
#include <QPair>
#include <QString>
#include "qgscoordinatereferencesystem.h"
#include "qgsrectangle.h"
Go to the source code of this file.
◆ _progress()
static int CPL_STDCALL _progress |
( |
double |
dfComplete, |
|
|
const char * |
pszMessage, |
|
|
void * |
pProgressArg |
|
) |
| |
|
static |
◆ ceil_with_tolerance()
static double ceil_with_tolerance |
( |
double |
value | ) |
|
|
static |
◆ floor_with_tolerance()
static double floor_with_tolerance |
( |
double |
value | ) |
|
|
static |
◆ fmod_with_tolerance()
static double fmod_with_tolerance |
( |
double |
num, |
|
|
double |
denom |
|
) |
| |
|
static |
◆ rescalePostWarpChunkProcessor()
static CPLErr rescalePostWarpChunkProcessor |
( |
void * |
pKern, |
|
|
void * |
pArg |
|
) |
| |
|
static |
◆ rescalePreWarpChunkProcessor()
static CPLErr rescalePreWarpChunkProcessor |
( |
void * |
pKern, |
|
|
void * |
pArg |
|
) |
| |
|
static |
◆ transform_to_extent()
static QgsRectangle transform_to_extent |
( |
const double * |
geotransform, |
|
|
double |
xSize, |
|
|
double |
ySize |
|
) |
| |
|
static |