GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
SYMBEL Struct Reference

#include <symbol.h>

Data Fields

int type
 
union { 
 
   struct { 
 
      int   count 
 
      int   alloc 
 
      double *   x 
 
      double *   y 
 
   }   line 
 
   struct { 
 
      int   clock 
 
      double   x 
 
      double   y 
 
      double   r 
 
      double   a1 
 
      double   a2 
 
   }   arc 
 
coor 
 

Detailed Description

Definition at line 29 of file symbol.h.

Field Documentation

◆ a1

double SYMBEL::a1

Definition at line 38 of file symbol.h.

◆ a2

double SYMBEL::a2

Definition at line 38 of file symbol.h.

◆ alloc

int SYMBEL::alloc

Definition at line 33 of file symbol.h.

◆ [struct]

struct { ... } SYMBEL::arc

◆ clock

int SYMBEL::clock

Definition at line 37 of file symbol.h.

◆ [union]

union { ... } SYMBEL::coor

◆ count

int SYMBEL::count

Definition at line 33 of file symbol.h.

◆ [struct]

struct { ... } SYMBEL::line

◆ r

double SYMBEL::r

Definition at line 38 of file symbol.h.

◆ type

int SYMBEL::type

Definition at line 30 of file symbol.h.

Referenced by new_arc(), new_line(), S_read(), and stroke_chain().

◆ x [1/2]

double* SYMBEL::x

Definition at line 34 of file symbol.h.

◆ x [2/2]

double SYMBEL::x

Definition at line 38 of file symbol.h.

◆ y [1/2]

double * SYMBEL::y

Definition at line 34 of file symbol.h.

◆ y [2/2]

double SYMBEL::y

Definition at line 38 of file symbol.h.


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