GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
g_point Struct Reference

#include <ogsf.h>

Collaboration diagram for g_point:

Data Fields

int dims
 
Point3 p3
 
struct line_catscats
 
gvstylestyle
 
signed char highlighted
 
struct g_pointnext
 

Detailed Description

Definition at line 352 of file ogsf.h.

Field Documentation

◆ cats

struct line_cats* g_point::cats

Definition at line 357 of file ogsf.h.

◆ dims

int g_point::dims

Definition at line 354 of file ogsf.h.

◆ highlighted

signed char g_point::highlighted

Definition at line 359 of file ogsf.h.

◆ next

struct g_point* g_point::next

Definition at line 361 of file ogsf.h.

◆ p3

Point3 g_point::p3

Definition at line 355 of file ogsf.h.

◆ style

gvstyle* g_point::style

Definition at line 358 of file ogsf.h.


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