GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <stdlib.h>
#include <grass/vask.h>
#include <grass/gis.h>
#include <grass/edit.h>
Go to the source code of this file.
Macros | |
#define | AS_CELLHD 1 |
#define | AS_WINDOW 0 |
#define | AS_DEF_WINDOW -1 |
Functions | |
int | E_edit_cellhd (struct Cell_head *cellhd, int type) |
#define AS_CELLHD 1 |
Definition at line 21 of file edit_cellhd.c.
Referenced by E_edit_cellhd().
#define AS_DEF_WINDOW -1 |
Definition at line 23 of file edit_cellhd.c.
Referenced by E_edit_cellhd().
#define AS_WINDOW 0 |
Definition at line 22 of file edit_cellhd.c.
Definition at line 224 of file edit_cellhd.c.
References AS_CELLHD, AS_DEF_WINDOW, buf2, err, G__projection_name(), G_adjust_Cell_head(), G_format_easting(), G_format_northing(), G_format_resolution(), G_get_default_window(), G_gets(), G_insert_commas(), G_message(), G_scan_easting(), G_scan_northing(), G_scan_resolution(), G_squeeze(), G_strip(), G_warning(), G_yes(), sprintf(), V_call(), V_clear(), V_const(), V_intrpt_ok(), V_line(), and V_ques().
Referenced by main().