GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
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 Mon Nov 18 2024 06:59:56 for GRASS GIS 8 Programmer's Manual by
1.9.1