GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <grass/gis.h>
#include <grass/Vect.h>
#include <grass/version.h>
Go to the source code of this file.
Functions | |
int | dig_Rd_P_node (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Wr_P_node (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Rd_P_line (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Wr_P_line (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Rd_P_area (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Wr_P_area (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Rd_P_isle (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Wr_P_isle (struct Plus_head *Plus, int n, GVFILE *fp) |
int | dig_Rd_Plus_head (GVFILE *fp, struct Plus_head *ptr) |
int | dig_Wr_Plus_head (GVFILE *fp, struct Plus_head *ptr) |
Definition at line 336 of file plus_struct.c.
References dig__fread_port_D(), dig__fread_port_P(), dig_alloc_area(), dig_area_alloc_isle(), dig_area_alloc_line(), G_debug(), n, and NULL.
Referenced by dig_load_plus().
Definition at line 459 of file plus_struct.c.
References dig__fread_port_D(), dig__fread_port_P(), dig_alloc_isle(), dig_isle_alloc_line(), G_debug(), n, and NULL.
Referenced by dig_load_plus().
Definition at line 149 of file plus_struct.c.
References dig__fread_port_C(), dig__fread_port_D(), dig__fread_port_I(), dig__fread_port_L(), dig__fread_port_P(), dig_alloc_line(), dig_type_from_store(), G_debug(), main::GV_LINES, n, and NULL.
Referenced by dig_load_plus().
Definition at line 50 of file plus_struct.c.
References dig__fread_port_D(), dig__fread_port_F(), dig__fread_port_P(), dig_alloc_node(), dig_node_alloc_line(), G_debug(), n, and NULL.
Referenced by dig_load_plus().
int dig_Rd_Plus_head | ( | GVFILE * | fp, |
struct Plus_head * | ptr | ||
) |
Definition at line 567 of file plus_struct.c.
References buf, dig__fread_port_C(), dig__fread_port_D(), dig__fread_port_L(), dig__fread_port_P(), dig_fseek(), dig_init_portable(), dig_rewind(), dig_set_cur_port(), G_debug(), G_fatal_error(), and G_warning().
Referenced by dig_load_plus(), and Vect_open_topo().
Definition at line 405 of file plus_struct.c.
References dig__fwrite_port_D(), dig__fwrite_port_P(), n, and NULL.
Referenced by dig_write_areas().
Definition at line 517 of file plus_struct.c.
References dig__fwrite_port_D(), dig__fwrite_port_P(), n, and NULL.
Referenced by dig_write_isles().
Definition at line 251 of file plus_struct.c.
References dig__fwrite_port_C(), dig__fwrite_port_D(), dig__fwrite_port_I(), dig__fwrite_port_L(), dig__fwrite_port_P(), dig_type_to_store(), G_debug(), main::GV_LINES, n, and NULL.
Referenced by dig_write_lines().
Definition at line 104 of file plus_struct.c.
References dig__fwrite_port_D(), dig__fwrite_port_F(), dig__fwrite_port_P(), G_debug(), n, and NULL.
Referenced by dig_write_nodes().
int dig_Wr_Plus_head | ( | GVFILE * | fp, |
struct Plus_head * | ptr | ||
) |
Definition at line 698 of file plus_struct.c.
References buf, dig__fwrite_port_C(), dig__fwrite_port_D(), dig__fwrite_port_L(), dig__fwrite_port_P(), dig_ftell(), dig_rewind(), dig_set_cur_port(), and G_debug().
Referenced by dig_write_plus_file().