GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
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 349 of file ogsf.h.

Field Documentation

◆ cats

struct line_cats* g_point::cats

Definition at line 354 of file ogsf.h.

◆ dims

int g_point::dims

Definition at line 350 of file ogsf.h.

◆ highlighted

signed char g_point::highlighted

Definition at line 356 of file ogsf.h.

◆ next

struct g_point* g_point::next

Definition at line 358 of file ogsf.h.

◆ p3

Point3 g_point::p3

Definition at line 351 of file ogsf.h.

◆ style

gvstyle* g_point::style

Definition at line 355 of file ogsf.h.


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