QGIS API Documentation  2.12.0-Lyon
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 53 of file qgsgeometry.cpp.

Constructor & Destructor Documentation

QgsGeometryPrivate::QgsGeometryPrivate ( )
inline

Definition at line 55 of file qgsgeometry.cpp.

QgsGeometryPrivate::~QgsGeometryPrivate ( )
inline

Definition at line 56 of file qgsgeometry.cpp.

Member Data Documentation

QgsAbstractGeometryV2* QgsGeometryPrivate::geometry

Definition at line 58 of file qgsgeometry.cpp.

GEOSGeometry* QgsGeometryPrivate::mGeos
mutable

Definition at line 61 of file qgsgeometry.cpp.

const unsigned char* QgsGeometryPrivate::mWkb
mutable

Definition at line 59 of file qgsgeometry.cpp.

int QgsGeometryPrivate::mWkbSize
mutable

Definition at line 60 of file qgsgeometry.cpp.

QAtomicInt QgsGeometryPrivate::ref

Definition at line 57 of file qgsgeometry.cpp.


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