GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-835afb4352
segment/setup.c File Reference

Segment setup routines. More...

#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <grass/gis.h>
#include "local_proto.h"
Include dependency graph for segment/setup.c:

Go to the source code of this file.

Functions

int seg_setup (SEGMENT *SEG)
 Internal use only. More...
 

Detailed Description

Segment setup 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-2009

Definition in file segment/setup.c.

Function Documentation

◆ seg_setup()