GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
#include <grass/vect/dig_defines.h>
Go to the source code of this file.
Functions | |
char * | G_find_vector (char *name, const char *mapset) |
char * | G_find_vector2 (const char *name, const char *mapset) |
find a vector map (look but don't touch) More... | |
char* G_find_vector | ( | char * | name, |
const char * | mapset | ||
) |
char* G_find_vector2 | ( | const char * | name, |
const char * | mapset | ||
) |
find a vector map (look but don't touch)
The same as G_find_vector() but doesn't remove the "@<i>mapset</i>" qualification from name, if present.
Returns NULL if the map wasn't found, or the mapset the vector was found in if it was.
name | |
mapset |
Definition at line 75 of file find_vect.c.
References G_find_file2().
Referenced by G_find_sites2(), Gp_load_sites(), Gv_load_vect(), wxdigit.IVDigit::OpenBackgroundMap(), Vect__open_old(), Vect_check_input_output_name(), Vect_copy(), and Vect_rename().