GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 30 of file symbol.h.

Field Documentation

◆ a1

double SYMBEL::a1

Definition at line 43 of file symbol.h.

◆ a2

double SYMBEL::a2

Definition at line 43 of file symbol.h.

◆ alloc

int SYMBEL::alloc

Definition at line 37 of file symbol.h.

◆ arc

struct { ... } SYMBEL::arc

◆ clock

int SYMBEL::clock

Definition at line 42 of file symbol.h.

◆ coor

union { ... } SYMBEL::coor

Referenced by add_point(), and new_line().

◆ count

int SYMBEL::count

Definition at line 37 of file symbol.h.

◆ line

struct { ... } SYMBEL::line

Referenced by add_point(), and new_line().

◆ r

double SYMBEL::r

Definition at line 43 of file symbol.h.

◆ type

int SYMBEL::type

Definition at line 32 of file symbol.h.

Referenced by new_line().

◆ x [1/2]

double* SYMBEL::x

Definition at line 38 of file symbol.h.

◆ x [2/2]

double SYMBEL::x

Definition at line 43 of file symbol.h.

◆ y [1/2]

double * SYMBEL::y

Definition at line 38 of file symbol.h.

◆ y [2/2]

double SYMBEL::y

Definition at line 43 of file symbol.h.


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