GRASS 8 Programmer's Manual
8.5.0dev(2025)-c070206eb1
|
Line instance. More...
#include <ogsf.h>
Data Fields | |
int | type |
float | norm [3] |
int | dims |
int | npts |
Point3 * | p3 |
Point2 * | p2 |
struct line_cats * | cats |
Store information about all layers/cats for thematic display. More... | |
gvstyle * | style |
Line instance look&feel. More... | |
signed char | highlighted |
>0 Feature is highlighted. More... | |
struct g_line * | next |
struct line_cats* g_line::cats |
Store information about all layers/cats for thematic display.
Definition at line 360 of file ogsf.h.
Referenced by gv_free_vectmem().
int g_line::dims |
Definition at line 355 of file ogsf.h.
Referenced by gv_free_vectmem().
struct g_line* g_line::next |
Definition at line 368 of file ogsf.h.
Referenced by gln_num_points(), gv_decimate_lines(), and gv_free_vectmem().
int g_line::npts |
Definition at line 355 of file ogsf.h.
Referenced by gln_num_points(), gv_decimate_lines(), gv_free_vectmem(), and gv_line_length().
Point2* g_line::p2 |
Definition at line 357 of file ogsf.h.
Referenced by gv_free_vectmem(), and gv_line_length().
Point3* g_line::p3 |
Definition at line 356 of file ogsf.h.
Referenced by gv_free_vectmem(), and gv_line_length().