GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
list_gp.c File Reference

Imagery Library - List group. More...

#include <string.h>
#include <grass/imagery.h>
#include <grass/glocale.h>
Include dependency graph for list_gp.c:

Go to the source code of this file.

Functions

int I_list_group (const char *group, const struct Ref *ref, FILE *fd)
 Prints maps in a group (fancy version) More...
 
int I_list_group_simple (const struct Ref *ref, FILE *fd)
 Prints maps in a group (simple version) More...
 

Detailed Description

Imagery Library - List group.

(C) 2001-2008 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
USA CERL

Definition in file list_gp.c.

Function Documentation

◆ I_list_group()

int I_list_group ( const char *  group,
const struct Ref ref,
FILE *  fd 
)

Prints maps in a group (fancy version)

Parameters
groupgroup name
refgroup reference (set with I_get_group_ref())
fdwhere to print (typically stdout)
Returns
0

Definition at line 26 of file list_gp.c.

References _, Ref::file, Ref_Files::mapset, max, Ref_Files::name, and Ref::nfiles.

◆ I_list_group_simple()

int I_list_group_simple ( const struct Ref ref,
FILE *  fd 
)

Prints maps in a group (simple version)

Same as I_list_group(), but without all the fancy stuff. Prints one map per line in map form.

Parameters
refgroup reference (set with I_get_group_ref())
fdwhere to print (typically stdout)
Returns
0

Definition at line 73 of file list_gp.c.

References Ref::file, Ref_Files::mapset, Ref_Files::name, and Ref::nfiles.

Referenced by I_list_subgroup_simple().