#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 (const char *name, const char *mapset, struct Quant *quant) |
int | G__quant_export (const char *name, const char *mapset, const struct Quant *quant) |
#define QUANT_FILE_NAME "f_quant" |
Definition at line 67 of file quant_io.c.
Referenced by G__quant_export(), and G__quant_import().
int G__quant_export | ( | const char * | name, | |
const char * | mapset, | |||
const struct Quant * | quant | |||
) |
Definition at line 281 of file quant_io.c.
References G__make_mapset_element(), G__make_mapset_element_misc(), G__name_is_fully_qualified(), G_fopen_new(), G_fopen_new_misc(), G_mapset(), G_remove(), G_remove_misc(), and QUANT_FILE_NAME.
Referenced by G_write_quant().
int G__quant_import | ( | const char * | name, | |
const char * | mapset, | |||
struct Quant * | quant | |||
) |
Definition at line 113 of file quant_io.c.
References G__name_is_fully_qualified(), G_fopen_old(), G_fopen_old_misc(), G_mapset(), G_quant_free(), G_raster_map_type(), G_warning(), and QUANT_FILE_NAME.
Referenced by G_read_quant().