GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/vask.h>
#include <grass/edit.h>
Go to the source code of this file.
Macros | |
#define | NLINES 10 |
#define | NLINES 10 |
Functions | |
int | E_edit_cats (const char *name, struct Categories *cats, int option) |
int | E_edit_fp_cats (const char *name, struct Categories *cats) |
#define NLINES 10 |
Definition at line 231 of file edit_cats.c.
Referenced by E_edit_cats(), and E_edit_fp_cats().
#define NLINES 10 |
Definition at line 231 of file edit_cats.c.
Definition at line 60 of file edit_cats.c.
References buff, G_free(), G_get_cat(), G_quant_get_limits(), G_set_cat(), G_store(), G_strip(), NLINES, NULL, sprintf(), V_call(), V_clear(), V_const(), V_intrpt_ok(), V_line(), and V_ques().
int E_edit_fp_cats | ( | const char * | name, |
struct Categories * | cats | ||
) |
Definition at line 233 of file edit_cats.c.
References buff, dmax, dmin, G_copy_raster_cats(), G_fatal_error(), G_free_raster_cats(), G_get_fp_range_min_max(), G_init_raster_cats(), G_mapset(), G_quant_get_ith_rule(), G_read_fp_range(), G_set_d_raster_cat(), G_store(), G_strip(), NLINES, NULL, sprintf(), V_call(), V_clear(), V_const(), V_intrpt_ok(), V_line(), and V_ques().