#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Defines | |
#define | REQ_KEYS 8 |
Functions | |
int | G_3dview_warning (int b) |
int | G_get_3dview_defaults (struct G_3dview *v, struct Cell_head *w) |
int | G_put_3dview (char *fname, char *mapset, struct G_3dview *View, struct Cell_head *Win) |
int | G_get_3dview (char *fname, char *mapset, struct G_3dview *View) |
#define REQ_KEYS 8 |
int G_get_3dview | ( | char * | fname, | |
char * | mapset, | |||
struct G_3dview * | View | |||
) |
Definition at line 236 of file view.c.
References G_find_file2(), G_fopen_old(), G_format_easting(), G_format_northing(), G_get_3dview_defaults(), G_get_set_window(), G_projection(), G_warning(), NULL, and REQ_KEYS.
int G_get_3dview_defaults | ( | struct G_3dview * | v, | |
struct Cell_head * | w | |||
) |
int G_put_3dview | ( | char * | fname, | |
char * | mapset, | |||
struct G_3dview * | View, | |||
struct Cell_head * | Win | |||
) |