GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
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 60 of file symbol.h.

Field Documentation

◆ alloc

int SYMBOL::alloc

Definition at line 65 of file symbol.h.

Referenced by new_symbol().

◆ count

int SYMBOL::count

Definition at line 65 of file symbol.h.

Referenced by new_symbol().

◆ part

SYMBPART** SYMBOL::part

Definition at line 66 of file symbol.h.

Referenced by new_symbol().

◆ scale

double SYMBOL::scale

Definition at line 61 of file symbol.h.

Referenced by new_symbol().

◆ xscale

double SYMBOL::xscale

Definition at line 64 of file symbol.h.

◆ yscale

double SYMBOL::yscale

Definition at line 63 of file symbol.h.


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