QGIS API Documentation  2.14.0-Essen
Functions
qgsalignraster.cpp File Reference
#include "qgsalignraster.h"
#include <gdalwarper.h>
#include <ogr_spatialref.h>
#include <cpl_conv.h>
#include <limits>
#include <qmath.h>
#include <QPair>
#include <QString>
#include "qgscoordinatereferencesystem.h"
#include "qgsrectangle.h"
Include dependency graph for qgsalignraster.cpp:

Go to the source code of this file.

Functions

static int CPL_STDCALL _progress (double dfComplete, const char *pszMessage, void *pProgressArg)
 
static double ceil_with_tolerance (double value)
 
static double floor_with_tolerance (double value)
 
static double fmod_with_tolerance (double num, double denom)
 
static CPLErr rescalePostWarpChunkProcessor (void *pKern, void *pArg)
 
static CPLErr rescalePreWarpChunkProcessor (void *pKern, void *pArg)
 
static QgsRectangle transform_to_extent (const double *geotransform, double xSize, double ySize)
 

Function Documentation

static int CPL_STDCALL _progress ( double  dfComplete,
const char *  pszMessage,
void *  pProgressArg 
)
static

Definition at line 64 of file qgsalignraster.cpp.

static double ceil_with_tolerance ( double  value)
static

Definition at line 31 of file qgsalignraster.cpp.

static double floor_with_tolerance ( double  value)
static

Definition at line 39 of file qgsalignraster.cpp.

static double fmod_with_tolerance ( double  num,
double  denom 
)
static

Definition at line 47 of file qgsalignraster.cpp.

static CPLErr rescalePostWarpChunkProcessor ( void *  pKern,
void *  pArg 
)
static

Definition at line 97 of file qgsalignraster.cpp.

static CPLErr rescalePreWarpChunkProcessor ( void *  pKern,
void *  pArg 
)
static

Definition at line 76 of file qgsalignraster.cpp.

static QgsRectangle transform_to_extent ( const double *  geotransform,
double  xSize,
double  ySize 
)
static

Definition at line 53 of file qgsalignraster.cpp.