GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
Main Page
Related Pages
+
Data Structures
Data Structures
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
psdriver/erase.c
Go to the documentation of this file.
1
#include "
psdriver.h
"
2
3
void
PS_Erase
(
void
)
4
{
5
if
(
ps
.
encapsulated
)
6
output
(
"%d %d %d %d BOX\n"
,
ps
.
left
,
ps
.
top
,
ps
.
right
,
ps
.
bot
);
7
else
8
output
(
"ERASE\n"
);
9
}
ps_state::left
double left
Definition:
psdriver.h:18
ps
struct ps_state ps
Definition:
psdriver/graph_set.c:26
psdriver.h
ps_state::right
double right
Definition:
psdriver.h:18
ps_state::encapsulated
int encapsulated
Definition:
psdriver.h:16
output
void output(const char *fmt,...)
Definition:
psdriver/graph_set.c:236
ps_state::top
double top
Definition:
psdriver.h:18
PS_Erase
void PS_Erase(void)
Definition:
psdriver/erase.c:3
ps_state::bot
double bot
Definition:
psdriver.h:18
lib
psdriver
erase.c
Generated on Mon May 31 2021 05:21:29 for GRASS GIS 7 Programmer's Manual by
1.8.13