GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
GRASS Programmer's Manual
GRASS GIS 6 Programmer's Manual
GRASS wxPython-based GUI
GRASS cluster analysis statistics Library
GRASS DBMI DataBase Management Interface
GRASS Display Library
GRASS Grid3D raster volume Library
GRASS GIS Library
GRASS Numerical math interface
GRASS partial differential equations Library (GPDE)
GRASS Imagery Library
GRASS Nviz Library
GRASS openGL gsurf OGSF Library
GRASS and the PROJ4 projection library
GRASS Python Scripting Library
GRASS Raster Graphics Library
GRASS Segment Library
Directed Graph Library
GRASS Network Analysis Library
GRASS 6 Vector Architecture
GRASS Vedit Library
Todo List
Bug List
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
vector/Vlib/window.c
Go to the documentation of this file.
1
/*
2
****************************************************************************
3
*
4
* MODULE: Vector library
5
*
6
* AUTHOR(S): Original author CERL, probably Dave Gerdes or Mike Higgins.
7
* Update to GRASS 5.7 Radim Blazek and David D. Gray.
8
*
9
* PURPOSE: Higher level functions for reading/writing/manipulating vectors.
10
*
11
* COPYRIGHT: (C) 2001 by the GRASS Development Team
12
*
13
* This program is free software under the GNU General Public
14
* License (>=v2). Read the file COPYING that comes with GRASS
15
* for details.
16
*
17
*****************************************************************************/
18
#include <grass/Vect.h>
19
20
/*
21
int
22
Vect__get_window (
23
struct Map_info *Map, double *n, double *s, double *e, double *w)
24
{
25
struct dig_head *dhead;
26
27
dhead = &(Map->head);
28
29
*n = dhead->N;
30
*s = dhead->S;
31
*e = dhead->E;
32
*w = dhead->W;
33
34
return (0);
35
}
36
*/
lib
vector
Vlib
window.c
Generated on Sat Jan 2 2016 01:46:50 for GRASS Programmer's Manual by
1.8.5