GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-81301443e3
geoview Struct Reference

#include <ogsf.h>

Collaboration diagram for geoview:

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]
 

Detailed Description

Definition at line 467 of file ogsf.h.

Field Documentation

◆ coord_sys

int geoview::coord_sys

Definition at line 468 of file ogsf.h.

Referenced by print_view_fields().

◆ fov

int geoview::fov

Definition at line 473 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 473 of file ogsf.h.

Referenced by print_view_fields().

◆ infocus

int geoview::infocus

Definition at line 470 of file ogsf.h.

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

◆ lights

struct lightdefs geoview::lights[MAX_LIGHTS]

Definition at line 475 of file ogsf.h.

Referenced by Gs_load_3dview(), and Gs_save_3dview().

◆ look

int geoview::look

Definition at line 473 of file ogsf.h.

Referenced by print_view_fields().

◆ real_to

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

◆ rotate

struct georot geoview::rotate

Definition at line 471 of file ogsf.h.

Referenced by gsd_set_view().

◆ scale

float geoview::scale

Definition at line 475 of file ogsf.h.

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

◆ twist

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

◆ vert_exag

float geoview::vert_exag

Definition at line 474 of file ogsf.h.

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

◆ view_proj

int geoview::view_proj

Definition at line 469 of file ogsf.h.

Referenced by print_view_fields().


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