GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
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 */
gis.h
vector.h
GEOSGeometry
struct GEOSGeom_t GEOSGeometry
Definition:
vector.h:9
GEOSCoordSequence
struct GEOSCoordSeq_t GEOSCoordSequence
Definition:
vector.h:10
digit.h
include
grass
vector.h
Generated on Mon May 31 2021 05:21:32 for GRASS GIS 7 Programmer's Manual by
1.8.13