GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <stdio.h>
#include <grass/gis.h>
#include <grass/segment.h>
Go to the source code of this file.
Functions | |
int | segment_setup (SEGMENT *SEG) |
Setup segment. More... | |
int segment_setup | ( | SEGMENT * | SEG | ) |
Setup segment.
SEG must have the following parms set: fd (open for read and write), nrows, ncols, srows, scols, len, nseg
[in,out] | SEG | segment |
Definition at line 35 of file segment/setup.c.
References G_warning(), int, and NULL.
Referenced by segment_init().