GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
SYMBCHAIN Struct Reference

#include <symbol.h>

Collaboration diagram for SYMBCHAIN:

Data Fields

int count
 
int alloc
 
SYMBEL ** elem
 
int scount
 
int salloc
 
double * sx
 
double * sy
 

Detailed Description

Definition at line 44 of file symbol.h.

Field Documentation

◆ alloc

int SYMBCHAIN::alloc

Definition at line 45 of file symbol.h.

Referenced by new_chain().

◆ count

int SYMBCHAIN::count

Definition at line 45 of file symbol.h.

Referenced by new_chain().

◆ elem

SYMBEL** SYMBCHAIN::elem

Definition at line 46 of file symbol.h.

Referenced by new_chain().

◆ salloc

int SYMBCHAIN::salloc

Definition at line 47 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ scount

int SYMBCHAIN::scount

Definition at line 47 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ sx

double* SYMBCHAIN::sx

Definition at line 48 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ sy

double * SYMBCHAIN::sy

Definition at line 48 of file symbol.h.

Referenced by add_coor(), and new_chain().


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