GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
#include <grass/glocale.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#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 fclose(), fd, 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(), QUANT_FILE_NAME, sprintf(), xmapset, and xname.
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 err, fclose(), fd, G__name_is_fully_qualified(), G_fopen_old(), G_fopen_old_misc(), G_mapset(), G_quant_free(), G_raster_map_type(), G_warning(), QUANT_FILE_NAME, sprintf(), xmapset, and xname.
Referenced by G_read_quant().