GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <gis.h>
Data Fields | |
char | pgm_id [40] |
float | from_to [2][3] |
float | fov |
float | twist |
float | exag |
int | mesh_freq |
int | poly_freq |
int | display_type |
int | lightson |
int | dozero |
int | colorgrid |
int | shading |
int | fringe |
int | surfonly |
int | doavg |
char | grid_col [40] |
char | bg_col [40] |
char | other_col [40] |
float | lightpos [4] |
float | lightcol [3] |
float | ambient |
float | shine |
struct Cell_head | vwin |
float G_3dview::ambient |
Definition at line 496 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::bg_col[40] |
Definition at line 492 of file gis.h.
Referenced by G_get_3dview_defaults().
int G_3dview::colorgrid |
Definition at line 486 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::display_type |
Definition at line 483 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::doavg |
Definition at line 490 of file gis.h.
Referenced by G_get_3dview_defaults().
int G_3dview::dozero |
Definition at line 485 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::exag |
Definition at line 480 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::fov |
Definition at line 478 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::fringe |
Definition at line 488 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::from_to[2][3] |
Definition at line 477 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::grid_col[40] |
Definition at line 491 of file gis.h.
Referenced by G_get_3dview_defaults().
float G_3dview::lightcol[3] |
Definition at line 495 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::lightpos[4] |
Definition at line 494 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::lightson |
Definition at line 484 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::mesh_freq |
Definition at line 481 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::other_col[40] |
Definition at line 493 of file gis.h.
Referenced by G_get_3dview_defaults().
char G_3dview::pgm_id[40] |
Definition at line 476 of file gis.h.
Referenced by Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::poly_freq |
Definition at line 482 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::shading |
Definition at line 487 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::shine |
Definition at line 497 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::surfonly |
Definition at line 489 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::twist |
Definition at line 479 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
struct Cell_head G_3dview::vwin |
Definition at line 498 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_load_3dview().