GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
SYMBOL Struct Reference

#include <symbol.h>

Collaboration diagram for SYMBOL:

Data Fields

double scale
 
double yscale
 
double xscale
 
int count
 
int alloc
 
SYMBPART ** part
 

Detailed Description

Definition at line 67 of file symbol.h.

Field Documentation

◆ alloc

int SYMBOL::alloc

Definition at line 72 of file symbol.h.

Referenced by new_symbol().

◆ count

int SYMBOL::count

Definition at line 72 of file symbol.h.

Referenced by new_symbol().

◆ part

SYMBPART** SYMBOL::part

Definition at line 73 of file symbol.h.

Referenced by new_symbol().

◆ scale

double SYMBOL::scale

Definition at line 69 of file symbol.h.

Referenced by new_symbol().

◆ xscale

double SYMBOL::xscale

Definition at line 71 of file symbol.h.

◆ yscale

double SYMBOL::yscale

Definition at line 70 of file symbol.h.


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