QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
geos::GeosDeleter Struct Reference

Destroys the GEOS geometry geom, using the static QGIS geos context. More...

#include <qgsgeos.h>

Public Member Functions

void CORE_EXPORT operator() (GEOSGeometry *geom)
 Destroys the GEOS geometry geom, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (const GEOSPreparedGeometry *geom)
 Destroys the GEOS prepared geometry geom, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (GEOSBufferParams *params)
 Destroys the GEOS buffer params params, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (GEOSCoordSequence *sequence)
 Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context. More...
 

Detailed Description

Destroys the GEOS geometry geom, using the static QGIS geos context.

Definition at line 48 of file qgsgeos.h.

Member Function Documentation

void CORE_EXPORT geos::GeosDeleter::operator() ( GEOSGeometry *  geom)

Destroys the GEOS geometry geom, using the static QGIS geos context.

void CORE_EXPORT geos::GeosDeleter::operator() ( const GEOSPreparedGeometry *  geom)

Destroys the GEOS prepared geometry geom, using the static QGIS geos context.

void CORE_EXPORT geos::GeosDeleter::operator() ( GEOSBufferParams *  params)

Destroys the GEOS buffer params params, using the static QGIS geos context.

void CORE_EXPORT geos::GeosDeleter::operator() ( GEOSCoordSequence *  sequence)

Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context.


The documentation for this struct was generated from the following file: