GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
vector.h
Go to the documentation of this file.
1
#ifndef GRASS_VECTOR_H
2
#define GRASS_VECTOR_H
3
#include <
grass/gis.h
>
4
#include <
grass/vect/digit.h
>
5
6
#ifdef HAVE_GEOS
7
#include <geos_c.h>
8
#if GEOS_VERSION_MAJOR < 3
9
typedef
struct
GEOSGeom_t
GEOSGeometry
;
10
typedef
struct
GEOSCoordSeq_t
GEOSCoordSequence
;
11
#endif
12
#endif
13
14
#include <
grass/defs/vector.h
>
15
16
#endif
/* GRASS_VECTOR_H */
vector.h
digit.h
gis.h
GEOSCoordSequence
struct GEOSCoordSeq_t GEOSCoordSequence
Definition:
vector.h:10
GEOSGeometry
struct GEOSGeom_t GEOSGeometry
Definition:
vector.h:9
include
grass
vector.h
Generated on Thu Mar 20 2025 07:33:31 for GRASS GIS 8 Programmer's Manual by
1.9.1