#include <stdlib.h>#include <grass/Vect.h>Include dependency graph for diglib/box.c:

Go to the source code of this file.
Functions | |
| int | dig_line_box (struct line_pnts *Points, BOUND_BOX *Box) |
| int | dig_box_copy (BOUND_BOX *A, BOUND_BOX *B) |
| int | dig_box_extend (BOUND_BOX *A, BOUND_BOX *B) |
| int dig_box_copy | ( | BOUND_BOX * | A, | |
| BOUND_BOX * | B | |||
| ) |
| int dig_box_extend | ( | BOUND_BOX * | A, | |
| BOUND_BOX * | B | |||
| ) |
| int dig_line_box | ( | struct line_pnts * | Points, | |
| BOUND_BOX * | Box | |||
| ) |
Definition at line 27 of file diglib/box.c.
Referenced by dig_add_line(), V2_write_line_nat(), Vect_line_box(), and Vect_select_lines_by_polygon().
1.5.1