GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
Segment write routines. More...
#include <string.h>
#include <grass/gis.h>
#include "local_proto.h"
Go to the source code of this file.
Functions | |
int | Segment_put (SEGMENT *SEG, const void *buf, off_t row, off_t col) |
Segment write routines.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file segment/put.c.
int Segment_put | ( | SEGMENT * | SEG, |
const void * | buf, | ||
off_t | row, | ||
off_t | col ) |
Definition at line 43 of file segment/put.c.
References G_warning(), and seg_pagein().
Referenced by P_Regular_Points().