GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
ref.c File Reference
#include <grass/imagery.h>
Include dependency graph for ref.c:

Go to the source code of this file.

Functions

FILEI_fopen_group_ref_new (const char *group)
 
FILEI_fopen_group_ref_old (const char *group)
 
FILEI_fopen_group_ref_old2 (const char *group, const char *mapset)
 
FILEI_fopen_subgroup_ref_new (const char *group, const char *subgroup)
 
FILEI_fopen_subgroup_ref_old (const char *group, const char *subgroup)
 
FILEI_fopen_subgroup_ref_old2 (const char *group, const char *subgroup, const char *mapset)
 

Function Documentation

◆ I_fopen_group_ref_new()

FILE * I_fopen_group_ref_new ( const char group)

Definition at line 25 of file ref.c.

References I_fopen_group_file_new().

◆ I_fopen_group_ref_old()

FILE * I_fopen_group_ref_old ( const char group)

Definition at line 30 of file ref.c.

References I_fopen_group_file_old().

◆ I_fopen_group_ref_old2()

FILE * I_fopen_group_ref_old2 ( const char group,
const char mapset 
)

Definition at line 35 of file ref.c.

References I_fopen_group_file_old2().

◆ I_fopen_subgroup_ref_new()

FILE * I_fopen_subgroup_ref_new ( const char group,
const char subgroup 
)

Definition at line 49 of file ref.c.

References I_fopen_subgroup_file_new().

◆ I_fopen_subgroup_ref_old()

FILE * I_fopen_subgroup_ref_old ( const char group,
const char subgroup 
)

Definition at line 54 of file ref.c.

References I_fopen_subgroup_file_old().

◆ I_fopen_subgroup_ref_old2()

FILE * I_fopen_subgroup_ref_old2 ( const char group,
const char subgroup,
const char mapset 
)

Definition at line 62 of file ref.c.

References I_fopen_subgroup_file_old2().