GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
void | Rast3d_set_window_map (RASTER3D_Map *map, RASTER3D_Region *window) |
Sets the window for map to window. Can be used multiple times for the same map. More... | |
void | Rast3d_set_window (RASTER3D_Region *window) |
Sets the default window used for every map opened later in the program. Can be used multiple times in the same program. More... | |
void | Rast3d_get_window (RASTER3D_Region *window) |
Stores the current default window in window. More... | |
RASTER3D_Region * | Rast3d_window_ptr () |
int | Rast3d_isValidLocationWindow (RASTER3D_Map *map, double north, double east, double top) |
Returns 1 if window-coordinates (north, east and top) are inside the window of map. Returns 0 otherwise. More... | |
Variables | |
RASTER3D_Region | g3d_window |
void Rast3d_get_window | ( | RASTER3D_Region * | window | ) |
Stores the current default window in window.
window |
Definition at line 61 of file raster3d/window.c.
Referenced by GVL_libinit().
int Rast3d_isValidLocationWindow | ( | RASTER3D_Map * | map, |
double | north, | ||
double | east, | ||
double | top | ||
) |
Returns 1 if window-coordinates (north, east and top) are inside the window of map. Returns 0 otherwise.
map | |
north | |
east | |
top |
Definition at line 90 of file raster3d/window.c.
References RASTER3D_Region::south, and RASTER3D_Map::window.
void Rast3d_set_window | ( | RASTER3D_Region * | window | ) |
Sets the default window used for every map opened later in the program. Can be used multiple times in the same program.
window |
Definition at line 43 of file raster3d/window.c.
void Rast3d_set_window_map | ( | RASTER3D_Map * | map, |
RASTER3D_Region * | window | ||
) |
Sets the window for map to window. Can be used multiple times for the same map.
map | |
window |
Definition at line 24 of file raster3d/window.c.
RASTER3D_Region* Rast3d_window_ptr | ( | void | ) |
Definition at line 68 of file raster3d/window.c.
References g3d_window.
RASTER3D_Region g3d_window |
Definition at line 8 of file raster3d/window.c.
Referenced by Rast3d_window_ptr().