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

Field Documentation

◆ alloc

int SYMBCHAIN::alloc

Definition at line 51 of file symbol.h.

Referenced by new_chain().

◆ count

int SYMBCHAIN::count

Definition at line 51 of file symbol.h.

Referenced by new_chain().

◆ elem

SYMBEL** SYMBCHAIN::elem

Definition at line 52 of file symbol.h.

Referenced by new_chain().

◆ salloc

int SYMBCHAIN::salloc

Definition at line 53 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ scount

int SYMBCHAIN::scount

Definition at line 53 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ sx

double* SYMBCHAIN::sx

Definition at line 54 of file symbol.h.

Referenced by add_coor(), and new_chain().

◆ sy

double * SYMBCHAIN::sy

Definition at line 54 of file symbol.h.

Referenced by add_coor(), and new_chain().


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