QGIS/python/core/geometry/qgswkbptr.sip.in

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 *
************************************************************************/