GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <ogsf.h>
Data Fields | |
int | coord_sys |
int | view_proj |
int | infocus |
float | from_to [2][4] |
struct georot | rotate |
int | twist |
int | fov |
int | incl |
int | look |
float | real_to [4] |
float | vert_exag |
float | scale |
struct lightdefs | lights [MAX_LIGHTS] |
int geoview::coord_sys |
Definition at line 468 of file ogsf.h.
Referenced by print_view_fields().
int geoview::fov |
Definition at line 473 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_set_view(), and print_view_fields().
float geoview::from_to[2][4] |
Definition at line 471 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), gsd_get_zup(), gsd_set_view(), gsd_zup_twist(), and print_view_fields().
int geoview::incl |
Definition at line 473 of file ogsf.h.
Referenced by print_view_fields().
int geoview::infocus |
Definition at line 470 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
struct lightdefs geoview::lights[MAX_LIGHTS] |
Definition at line 475 of file ogsf.h.
Referenced by Gs_load_3dview(), and Gs_save_3dview().
int geoview::look |
Definition at line 473 of file ogsf.h.
Referenced by print_view_fields().
float geoview::real_to[4] |
Definition at line 474 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
struct georot geoview::rotate |
Definition at line 471 of file ogsf.h.
Referenced by gsd_set_view().
float geoview::scale |
Definition at line 475 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
int geoview::twist |
Definition at line 473 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_set_view(), gsd_zup_twist(), and print_view_fields().
float geoview::vert_exag |
Definition at line 474 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
int geoview::view_proj |
Definition at line 469 of file ogsf.h.
Referenced by print_view_fields().