QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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() (const GEOSPreparedGeometry *geom) const
 Destroys the GEOS prepared geometry geom, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (GEOSBufferParams *params) const
 Destroys the GEOS buffer params params, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (GEOSCoordSequence *sequence) const
 Destroys the GEOS coordinate sequence sequence, using the static QGIS geos context. More...
 
void CORE_EXPORT operator() (GEOSGeometry *geom) const
 Destroys the GEOS geometry geom, using the static QGIS geos context. More...
 

Detailed Description

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

Definition at line 42 of file qgsgeos.h.

Member Function Documentation

◆ operator()() [1/4]

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

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

◆ operator()() [2/4]

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

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

◆ operator()() [3/4]

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

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

◆ operator()() [4/4]

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

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


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