GRASS 8 Programmer's Manual  8.5.0dev(2025)-c070206eb1
g_point Struct Reference

Point instance. More...

#include <ogsf.h>

Collaboration diagram for g_point:

Data Fields

int dims
 
Point3 p3
 
struct line_catscats
 Store information about all layers/cats for thematic display. More...
 
gvstylestyle
 
signed char highlighted
 >0 Feature is highlighted More...
 
struct g_pointnext
 

Detailed Description

Point instance.

Definition at line 400 of file ogsf.h.

Field Documentation

◆ cats

struct line_cats* g_point::cats

Store information about all layers/cats for thematic display.

Definition at line 405 of file ogsf.h.

◆ dims

int g_point::dims

Definition at line 401 of file ogsf.h.

◆ highlighted

signed char g_point::highlighted

>0 Feature is highlighted

Definition at line 409 of file ogsf.h.

◆ next

struct g_point* g_point::next

Definition at line 411 of file ogsf.h.

◆ p3

Point3 g_point::p3

Definition at line 402 of file ogsf.h.

◆ style

gvstyle* g_point::style

Definition at line 406 of file ogsf.h.


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