|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <ogsf.h>

Data Fields | |
| int | coord_sys |
| latlon, equal area, etc More... | |
| int | view_proj |
| perspective, ortho More... | |
| int | infocus |
| fixed center of view - true or false More... | |
| float | from_to [2][4] |
| struct georot | rotate |
| int | twist |
| 10ths of degrees More... | |
| int | fov |
| int | incl |
| int | look |
| float | real_to [4] |
| a global Z exag More... | |
| float | vert_exag |
| float | scale |
| struct lightdefs | lights [3] |
| int geoview::coord_sys |
| int geoview::fov |
Definition at line 570 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 566 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 570 of file ogsf.h.
Referenced by print_view_fields().
| int geoview::infocus |
fixed center of view - true or false
Definition at line 565 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
| struct lightdefs geoview::lights[3] |
Definition at line 574 of file ogsf.h.
Referenced by Gs_load_3dview(), and Gs_save_3dview().
| int geoview::look |
Definition at line 570 of file ogsf.h.
Referenced by print_view_fields().
| float geoview::real_to[4] |
a global Z exag
Definition at line 573 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
| struct georot geoview::rotate |
Definition at line 566 of file ogsf.h.
Referenced by gsd_set_view().
| float geoview::scale |
Definition at line 574 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
| int geoview::twist |
10ths of degrees
Definition at line 570 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 573 of file ogsf.h.
Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
| int geoview::view_proj |