#include "pickGridValue.h"Include dependency graph for pickGridValue.cpp:

Go to the source code of this file.
Functions | |
| double | readValue (void *data, GDALDataType type, int index) |
| void | getExtent (GDALDataset *temp, double *ranges) |
| double | getRasterValue (GDALDataset *layer, int bandNumber, double x, double y, double *ranges) |
Variables | |
| static double | Xmax |
| static double | Xmin |
| static double | Ymax |
| static double | Ymin |
| static double | Xres |
| static double | Yres |
| void getExtent | ( | GDALDataset * | temp, | |
| double * | ranges | |||
| ) |
Definition at line 43 of file pickGridValue.cpp.
References Xmax, Xmin, Xres, Ymax, Ymin, and Yres.
Referenced by mshFileDlg::run(), and attFileDlg::run().
| double getRasterValue | ( | GDALDataset * | layer, | |
| int | bandNumber, | |||
| double | x, | |||
| double | y, | |||
| double * | ranges | |||
| ) |
Definition at line 75 of file pickGridValue.cpp.
References readValue(), and type().
Referenced by mshFileDlg::run(), and attFileDlg::run().
Here is the call graph for this function:

| double readValue | ( | void * | data, | |
| GDALDataType | type, | |||
| int | index | |||
| ) |
double Xmax [static] |
double Xmin [static] |
double Xres [static] |
double Ymax [static] |
double Ymin [static] |
double Yres [static] |
1.5.2