GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Nviz library – Exaggeration functions. More...
#include <grass/nviz.h>
Go to the source code of this file.
Functions | |
int | Nviz_get_exag_height (double *val, double *min, double *max) |
Get view height. More... | |
double | Nviz_get_exag (void) |
Get view z-exag value. More... | |
Nviz library – Exaggeration functions.
Based on visualization/nviz/src/exag.c
(C) 2008, 2010 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file exag.c.
double Nviz_get_exag | ( | void | ) |
Get view z-exag value.
Call after initial data has been loaded
Definition at line 77 of file exag.c.
References G_debug(), G_free(), GS_get_exag_guess(), and GS_get_surf_list().
int Nviz_get_exag_height | ( | double * | val, |
double * | min, | ||
double * | max | ||
) |
Get view height.
Call after initial data has been loaded
[out] | val | height value |
[out] | min | min value (or NULL) |
[out] | max | max value (or NULL) |
Definition at line 29 of file exag.c.
References G_debug(), GS_get_exag_guess(), GS_get_longdim(), GS_get_surf_list(), GS_get_zrange_nz(), max, and min.