#include <grass/gis.h>#include <grass/glocale.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | QUANT_FILE_NAME "f_quant" |
Functions | |
| int | G__quant_import (char *name, char *mapset, struct Quant *quant) |
| int | G__quant_export (char *name, char *mapset, struct Quant *quant) |
| #define QUANT_FILE_NAME "f_quant" |
| int G__quant_export | ( | char * | name, | |
| char * | mapset, | |||
| struct Quant * | quant | |||
| ) |
Definition at line 282 of file quant_io.c.
References G__make_mapset_element(), G__name_is_fully_qualified(), G_fopen_new(), G_mapset(), G_remove(), and QUANT_FILE_NAME.
Referenced by G_write_quant().
| int G__quant_import | ( | char * | name, | |
| char * | mapset, | |||
| struct Quant * | quant | |||
| ) |
Definition at line 115 of file quant_io.c.
References G__name_is_fully_qualified(), G_fopen_old(), G_mapset(), G_quant_free(), G_raster_map_type(), G_warning(), and QUANT_FILE_NAME.
Referenced by G_read_quant().
1.5.5