GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 */
struct GEOSGeom_t GEOSGeometry
Definition: vector.h:9
struct GEOSCoordSeq_t GEOSCoordSequence
Definition: vector.h:10