GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
address.c File Reference

Address routines. More...

#include <grass/segment.h>
Include dependency graph for address.c:

Go to the source code of this file.

Functions

int segment_address (const SEGMENT *SEG, int row, int col, int *n, int *index)
 

Detailed Description

Address 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-2006

Definition in file address.c.

Function Documentation

int segment_address ( const SEGMENT *  SEG,
int  row,
int  col,
int n,
int index 
)

Definition at line 31 of file address.c.

Referenced by segment_get(), segment_get_row(), segment_put(), and segment_put_row().