#ifdef __cplusplus extern "C" { #endif #pragma once #include "hgdalType.h" #include "HGDALOGRSurface.h" #include "HGDALOGRGeometry.h" #include "STDDeletable.h" #define OGRCURVEPOLYGON_DECL_VIRT(Type) \ #define OGRCURVEPOLYGON_DECL_NONVIRT(Type) \ #define OGRCURVEPOLYGON_DECL_ACCESSOR(Type) \ #define OGRCURVEPOLYGON_DEF_VIRT(Type) \ #define OGRCURVEPOLYGON_DEF_NONVIRT(Type) \ #define OGRCURVEPOLYGON_DEF_ACCESSOR(Type) \ OGRSURFACE_DECL_VIRT(OGRCurvePolygon) OGRGEOMETRY_DECL_VIRT(OGRCurvePolygon) DELETABLE_DECL_VIRT(OGRCurvePolygon) OGRCURVEPOLYGON_DECL_VIRT(OGRCurvePolygon) OGRCURVEPOLYGON_DECL_NONVIRT(OGRCurvePolygon) OGRCURVEPOLYGON_DECL_ACCESSOR(OGRCurvePolygon) #ifdef __cplusplus } #endif