GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
defs/symbol.h
Go to the documentation of this file.
1
#ifndef GRASS_SYMBOLDEFS_H
2
#define GRASS_SYMBOLDEFS_H
3
4
SYMBOL
*
S_read
(
const
char
*sname);
5
void
S_stroke
(
SYMBOL
* symb,
double
size,
double
rotation,
int
tolerance);
6
7
#endif
S_read
SYMBOL * S_read(const char *sname)
Definition:
symbol/read.c:235
S_stroke
void S_stroke(SYMBOL *symb, double size, double rotation, int tolerance)
Stroke symbol to form used for Xdriver.
Definition:
stroke.c:158
SYMBOL
Definition:
symbol.h:67
include
grass
defs
symbol.h
Generated on Mon May 31 2021 05:21:32 for GRASS GIS 7 Programmer's Manual by
1.8.13