mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/geometry/qgswkbptr.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsWkbPtr
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgswkbptr.h"
|
|
%End
|
|
public:
|
|
|
|
QgsWkbPtr( unsigned char *p /Array/, int size /ArraySize/ );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
class QgsConstWkbPtr
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgswkbptr.h"
|
|
%End
|
|
protected:
|
|
|
|
|
|
|
|
public:
|
|
QgsConstWkbPtr( const unsigned char *p /Array/, int size /ArraySize/ );
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/geometry/qgswkbptr.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|