GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
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
}
COM_Box_abs
void COM_Box_abs(double x1, double y1, double x2, double y2)
Definition:
driver/box.c:4
driver.h
driverlib.h
driver
Definition:
driver.h:21
driver::Box
void(* Box)(double, double, double, double)
Definition:
driver.h:24
lib
driver
box.c
Generated on Thu Nov 21 2024 07:03:25 for GRASS GIS 8 Programmer's Manual by
1.9.1