|
GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 480 of file ogsf.h.
Referenced by print_view_fields().
| int geoview::fov |
Definition at line 485 of file ogsf.h.
Referenced by GS_get_fov(), GS_get_modelposition(), Gs_save_3dview(), GS_set_fov(), gsd_set_view(), and print_view_fields().
| float geoview::from_to[2][4] |
Definition at line 483 of file ogsf.h.
Referenced by GS_get_from(), GS_get_from_real(), GS_get_modelposition(), GS_get_to(), GS_get_viewdir(), GS_look_here(), GS_moveto(), 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 485 of file ogsf.h.
Referenced by print_view_fields().
| int geoview::infocus |
Definition at line 482 of file ogsf.h.
Referenced by GS_get_focus(), GS_moveto(), Gs_save_3dview(), GS_set_focus(), GS_set_infocus(), GS_set_nofocus(), gsd_check_focus(), and print_view_fields().
| struct lightdefs geoview::lights[MAX_LIGHTS] |
Definition at line 488 of file ogsf.h.
Referenced by Gs_load_3dview(), GS_new_light(), and Gs_save_3dview().
| int geoview::look |
Definition at line 485 of file ogsf.h.
Referenced by print_view_fields().
| float geoview::real_to[4] |
Definition at line 486 of file ogsf.h.
Referenced by GS_get_focus(), GS_look_here(), Gs_save_3dview(), GS_set_focus(), gsd_check_focus(), and print_view_fields().
| struct georot geoview::rotate |
Definition at line 484 of file ogsf.h.
Referenced by GS_get_rotation_matrix(), GS_init_rotation(), GS_set_rotation(), GS_set_rotation_matrix(), GS_unset_rotation(), and gsd_set_view().
| float geoview::scale |
Definition at line 487 of file ogsf.h.
Referenced by GS_get_scale(), Gs_save_3dview(), gsd_check_focus(), and print_view_fields().
| int geoview::twist |
Definition at line 485 of file ogsf.h.
Referenced by GS_get_twist(), Gs_save_3dview(), GS_set_twist(), gsd_set_view(), gsd_zup_twist(), and print_view_fields().
| float geoview::vert_exag |
Definition at line 486 of file ogsf.h.
Referenced by GS_get_scale(), GS_get_zrange(), GS_global_exag(), Gs_save_3dview(), GS_set_global_exag(), gsd_check_focus(), and print_view_fields().
| int geoview::view_proj |
Definition at line 481 of file ogsf.h.
Referenced by print_view_fields().