GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <grass/gis.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_removeColor (const char *name) |
int | G3d_readColors (const char *name, const char *mapset, struct Colors *colors) |
int | G3d_writeColors (const char *name, const char *mapset, struct Colors *colors) |
int G3d_readColors | ( | const char * | name, |
const char * | mapset, | ||
struct Colors * | colors | ||
) |
Definition at line 46 of file g3dcolor.c.
References dmax(), err(), G3d_readRange(), G__name_is_fully_qualified(), G_get_fp_range_min_max(), G_init_colors(), G_is_d_null_value(), G_make_rainbow_fp_colors(), G_mapset(), G_mark_colors_as_fp(), and G_warning().
Referenced by Gvl_load_colors_data().
int G3d_removeColor | ( | const char * | name | ) |
Definition at line 20 of file g3dcolor.c.
References G__name_is_fully_qualified(), G_mapset(), and G_remove().
int G3d_writeColors | ( | const char * | name, |
const char * | mapset, | ||
struct Colors * | colors | ||
) |
Definition at line 363 of file g3dcolor.c.
References G__name_is_fully_qualified(), G__write_colors(), G_fopen_new(), G_mapset(), and G_remove().