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

Go to the source code of this file.

Functions

charRast_get_cell_title (const char *name, const char *mapset)
 get raster map title
 

Function Documentation

◆ Rast_get_cell_title()

char * Rast_get_cell_title ( const char name,
const char mapset 
)

get raster map title

If only the map layer title is needed, it is not necessary to read the entire category file into memory. This routine gets the title for raster map name in mapset directly from the category file, and returns a pointer to the title. A legal pointer is always returned. If the map layer does not have a title, then a pointer to the empty string "" is returned.

Parameters
name
mapset
Returns
char *

Definition at line 24 of file cell_title.c.

References G_fopen_old(), G_getl(), G_store(), G_strip(), and name.