GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <grass/gis.h>
#include <grass/imagery.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
FILE * | I_fopen_group_file_new (const char *group, const char *file) |
FILE * | I_fopen_group_file_append (const char *group, const char *file) |
FILE * | I_fopen_group_file_old (const char *group, const char *file) |
FILE * | I_fopen_subgroup_file_new (const char *group, const char *subgroup, const char *file) |
FILE * | I_fopen_subgroup_file_append (const char *group, const char *subgroup, const char *file) |
FILE * | I_fopen_subgroup_file_old (const char *group, const char *subgroup, const char *file) |
FILE* I_fopen_group_file_append | ( | const char * | group, |
const char * | file | ||
) |
Definition at line 30 of file fopen.c.
References fd, G_fopen_append_misc(), G_mapset(), and G_warning().
FILE* I_fopen_group_file_new | ( | const char * | group, |
const char * | file | ||
) |
Definition at line 17 of file fopen.c.
References fd, G_fopen_new_misc(), G_mapset(), and G_warning().
Referenced by I_fopen_group_ref_new(), I_put_control_points(), I_put_group_title(), I_put_subgroup(), and I_put_target().
FILE* I_fopen_group_file_old | ( | const char * | group, |
const char * | file | ||
) |
Definition at line 43 of file fopen.c.
References fd, G_fopen_old_misc(), G_mapset(), G_warning(), I_find_group_file(), and NULL.
Referenced by I_fopen_group_ref_old(), I_get_control_points(), I_get_group_title(), I_get_subgroup(), and I_get_target().
FILE* I_fopen_subgroup_file_append | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 86 of file fopen.c.
References fd, G__make_mapset_element_misc(), G_fopen_append_misc(), G_mapset(), G_warning(), and sprintf().
FILE* I_fopen_subgroup_file_new | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 64 of file fopen.c.
References fd, G__make_mapset_element_misc(), G_fopen_new_misc(), G_mapset(), G_warning(), and sprintf().
Referenced by I_fopen_subgroup_ref_new().
FILE* I_fopen_subgroup_file_old | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 108 of file fopen.c.
References fd, G_fopen_old_misc(), G_mapset(), G_warning(), I_find_subgroup_file(), NULL, and sprintf().
Referenced by I_fopen_subgroup_ref_old().