GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
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
9typedef struct GEOSGeom_t GEOSGeometry;
10typedef struct GEOSCoordSeq_t GEOSCoordSequence;
11#endif
12#endif
13
14#include <grass/defs/vector.h>
15
16#endif /* GRASS_VECTOR_H */
struct GEOSCoordSeq_t GEOSCoordSequence
Definition vector.h:10
struct GEOSGeom_t GEOSGeometry
Definition vector.h:9