GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
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 Tue Feb 14 2023 05:56:02 for GRASS GIS 8 Programmer's Manual by
1.8.13