GRASS 8 Programmer's Manual  8.5.0dev(2025)-b572235296
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
geoview Struct Reference

#include <ogsf.h>

Collaboration diagram for geoview:

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]
 

Detailed Description

Definition at line 557 of file ogsf.h.

Field Documentation

◆ coord_sys

int geoview::coord_sys

latlon, equal area, etc

Definition at line 559 of file ogsf.h.

Referenced by print_view_fields().

◆ fov

int geoview::fov

Definition at line 570 of file ogsf.h.

Referenced by Gs_save_3dview(), gsd_set_view(), and print_view_fields().

◆ from_to

float geoview::from_to[2][4]

◆ incl

int geoview::incl

Definition at line 570 of file ogsf.h.

Referenced by print_view_fields().

◆ infocus

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().

◆ lights

struct lightdefs geoview::lights[3]

Definition at line 574 of file ogsf.h.

Referenced by Gs_load_3dview(), and Gs_save_3dview().

◆ look

int geoview::look

Definition at line 570 of file ogsf.h.

Referenced by print_view_fields().

◆ real_to

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().

◆ rotate

struct georot geoview::rotate

Definition at line 566 of file ogsf.h.

Referenced by gsd_set_view().

◆ scale

float geoview::scale

Definition at line 574 of file ogsf.h.

Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().

◆ twist

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().

◆ vert_exag

float geoview::vert_exag

Definition at line 573 of file ogsf.h.

Referenced by Gs_save_3dview(), gsd_check_focus(), and print_view_fields().

◆ view_proj

int geoview::view_proj

perspective, ortho

Definition at line 562 of file ogsf.h.

Referenced by print_view_fields().


The documentation for this struct was generated from the following file: