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

Raster Library - virtual GRASS raster maps. More...

#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/gprojects.h>
#include <grass/glocale.h>
#include "R.h"
Include dependency graph for vrt.c:

Go to the source code of this file.

Functions

int cmp_wnd (const void *a, const void *b)
 
struct R_vrtRast_get_vrt (const char *vname, const char *vmapset)
 
void Rast_close_vrt (struct R_vrt *vrt)
 
int Rast_get_vrt_row (int fd, void *buf, int row, RASTER_MAP_TYPE data_type)
 

Detailed Description

Raster Library - virtual GRASS raster maps.

(C) 2010 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
Markus Metz

Definition in file vrt.c.

Function Documentation

◆ cmp_wnd()

int cmp_wnd ( const void *  a,
const void *  b 
)

Definition at line 21 of file vrt.c.

Referenced by Rast_get_vrt().

◆ Rast_close_vrt()

void Rast_close_vrt ( struct R_vrt vrt)

◆ Rast_get_vrt()

◆ Rast_get_vrt_row()