#include <grass/gis.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | Vect__Read_line_nat (struct Map_info *, struct line_pnts *, struct line_cats *, long) |
int | V1_read_line_nat (struct Map_info *Map, struct line_pnts *Points, struct line_cats *Cats, long offset) |
int | V1_read_next_line_nat (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c) |
int | V2_read_line_nat (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c, int line) |
int | V2_read_next_line_nat (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c) |
int V1_read_line_nat | ( | struct Map_info * | Map, | |
struct line_pnts * | Points, | |||
struct line_cats * | Cats, | |||
long | offset | |||
) |
Definition at line 50 of file read_nat.c.
References Vect__Read_line_nat().
Referenced by V1_rewrite_line_nat().
int V1_read_next_line_nat | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c | |||
) |
Definition at line 67 of file read_nat.c.
References dig_ftell(), Vect__Read_line_nat(), Vect_box_overlap(), Vect_get_constraint_box(), and Vect_line_box().
int V2_read_line_nat | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c, | |||
int | line | |||
) |
Definition at line 118 of file read_nat.c.
References Vect__Read_line_nat().
Referenced by add_area_cats_to_cidx(), delete_area_cats_from_cidx(), V2_delete_line_nat(), and V2_read_next_line_nat().
int V2_read_next_line_nat | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c | |||
) |
Definition at line 141 of file read_nat.c.
References V2_read_line_nat(), Vect_box_overlap(), Vect_get_constraint_box(), and Vect_get_line_box().
int Vect__Read_line_nat | ( | struct Map_info * | Map, | |
struct line_pnts * | p, | |||
struct line_cats * | c, | |||
long | offset | |||
) |
Definition at line 199 of file read_nat.c.
References dig__fread_port_C(), dig__fread_port_D(), dig__fread_port_I(), dig__fread_port_S(), dig_alloc_cats(), dig_alloc_points(), dig_fseek(), dig_ftell(), dig_set_cur_port(), and dig_type_from_store().
Referenced by V1_read_line_nat(), V1_read_next_line_nat(), and V2_read_line_nat().