GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
driver/box.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Box_abs
(
double
x1,
double
y1,
double
x2,
double
y2)
5
{
6
if
(
driver
->
Box
)
7
(*
driver
->
Box
)(x1, y1, x2, y2);
8
}
9
COM_Box_abs
void COM_Box_abs(double x1, double y1, double x2, double y2)
Definition:
driver/box.c:4
driver.h
driver::Box
void(* Box)(double, double, double, double)
Definition:
driver.h:26
driver
Definition:
driver.h:22
driverlib.h
lib
driver
box.c
Generated on Mon May 31 2021 05:21:28 for GRASS GIS 7 Programmer's Manual by
1.8.13