QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsGeometryPrivate Struct Reference

Public Member Functions

 QgsGeometryPrivate ()
 
 ~QgsGeometryPrivate ()
 

Public Attributes

QgsAbstractGeometryV2geometry
 
GEOSGeometry * mGeos
 
const unsigned char * mWkb
 
int mWkbSize
 
QAtomicInt ref
 

Detailed Description

Definition at line 54 of file qgsgeometry.cpp.

Constructor & Destructor Documentation

◆ QgsGeometryPrivate()

QgsGeometryPrivate::QgsGeometryPrivate ( )
inline

Definition at line 56 of file qgsgeometry.cpp.

◆ ~QgsGeometryPrivate()

QgsGeometryPrivate::~QgsGeometryPrivate ( )
inline

Definition at line 57 of file qgsgeometry.cpp.

Member Data Documentation

◆ geometry

QgsAbstractGeometryV2* QgsGeometryPrivate::geometry

Definition at line 59 of file qgsgeometry.cpp.

◆ mGeos

GEOSGeometry* QgsGeometryPrivate::mGeos
mutable

Definition at line 62 of file qgsgeometry.cpp.

◆ mWkb

const unsigned char* QgsGeometryPrivate::mWkb
mutable

Definition at line 60 of file qgsgeometry.cpp.

◆ mWkbSize

int QgsGeometryPrivate::mWkbSize
mutable

Definition at line 61 of file qgsgeometry.cpp.

◆ ref

QAtomicInt QgsGeometryPrivate::ref

Definition at line 58 of file qgsgeometry.cpp.


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