GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
g_vect Struct Reference

Vector map (lines) More...

#include <ogsf.h>

Collaboration diagram for g_vect:

Data Fields

int gvect_id
 
int use_mem
 
int n_lines
 
int drape_surf_id [12]
 
int use_z
 
int n_surfs
 
charfilename
 
float x_trans
 
float y_trans
 
float z_trans
 
geolinelines
 
geolinefastlines
 
int(* bgn_read )(void)
 
int(*)(*) end_read (void)
 
int(*)(*)(*) nxt_line (void)
 
struct g_vectnext
 
voidclientdata
 
gvstyle_thematictstyle
 thematic mapping
 
gvstylestyle
 Vector default look&feel.
 
gvstylehstyle
 

Detailed Description

Vector map (lines)

Definition at line 372 of file ogsf.h.

Field Documentation

◆ bgn_read

int(* g_vect::bgn_read) (void)

Definition at line 387 of file ogsf.h.

◆ clientdata

void* g_vect::clientdata

Definition at line 389 of file ogsf.h.

◆ drape_surf_id

int g_vect::drape_surf_id[12]

if you want 'em flat, define the surface

Definition at line 377 of file ogsf.h.

◆ end_read

int(*)(*) g_vect::end_read(void)

Definition at line 387 of file ogsf.h.

◆ fastlines

geoline* g_vect::fastlines

Definition at line 386 of file ogsf.h.

◆ filename

char* g_vect::filename

Definition at line 381 of file ogsf.h.

◆ gvect_id

int g_vect::gvect_id

Definition at line 373 of file ogsf.h.

Referenced by gv_get_prev_vect().

◆ hstyle

gvstyle* g_vect::hstyle

Definition at line 396 of file ogsf.h.

◆ lines

geoline* g_vect::lines

Definition at line 385 of file ogsf.h.

◆ n_lines

int g_vect::n_lines

Definition at line 374 of file ogsf.h.

◆ n_surfs

int g_vect::n_surfs

Definition at line 380 of file ogsf.h.

◆ next

struct g_vect* g_vect::next

Definition at line 388 of file ogsf.h.

Referenced by gv_get_prev_vect().

◆ nxt_line

int(*)(*)(*) g_vect::nxt_line(void)

Definition at line 387 of file ogsf.h.

◆ style

gvstyle* g_vect::style

Vector default look&feel.

Definition at line 395 of file ogsf.h.

◆ tstyle

gvstyle_thematic* g_vect::tstyle

thematic mapping

Definition at line 392 of file ogsf.h.

◆ use_mem

int g_vect::use_mem

Definition at line 374 of file ogsf.h.

◆ use_z

int g_vect::use_z

Definition at line 379 of file ogsf.h.

◆ x_trans

float g_vect::x_trans

Definition at line 382 of file ogsf.h.

◆ y_trans

float g_vect::y_trans

Definition at line 382 of file ogsf.h.

◆ z_trans

float g_vect::z_trans

Definition at line 382 of file ogsf.h.


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