GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
get_row.c File Reference

Segment row retrieval routines. More...

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <grass/gis.h>
#include "local_proto.h"
Include dependency graph for get_row.c:

Go to the source code of this file.

Functions

int Segment_get_row (const SEGMENT *SEG, void *buf, off_t row)
 

Detailed Description

Segment row retrieval routines.

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

Author
GRASS GIS Development Team
Date
2005-2018

Definition in file get_row.c.

Function Documentation

◆ Segment_get_row()

int Segment_get_row ( const SEGMENT *  SEG,
void *  buf,
off_t  row 
)

Definition at line 41 of file get_row.c.

References G_warning().