mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
add SIP_SKIP
This commit is contained in:
parent
f362eab3d8
commit
93f9ec2f79
@ -79,18 +79,7 @@ Returns ``True`` if the specified data ``type`` is numeric.
|
|||||||
sipRes = PyUnicode_FromString( str.toUtf8().constData() );
|
sipRes = PyUnicode_FromString( str.toUtf8().constData() );
|
||||||
%End
|
%End
|
||||||
|
|
||||||
static void getPointXYZ( const char *ptr, int i, std::size_t pointRecordSize, int xOffset, QgsPointCloudAttribute::DataType xType,
|
|
||||||
int yOffset, QgsPointCloudAttribute::DataType yType,
|
|
||||||
int zOffset, QgsPointCloudAttribute::DataType zType,
|
|
||||||
const QgsVector3D &indexScale, const QgsVector3D &indexOffset, double &x, double &y, double &z );
|
|
||||||
%Docstring
|
|
||||||
Retrieves the x, y, z values for the point at index ``i``.
|
|
||||||
%End
|
|
||||||
|
|
||||||
static QVariantMap getAttributeMap( const char *data, std::size_t recordOffset, const QgsPointCloudAttributeCollection &attributeCollection );
|
|
||||||
%Docstring
|
|
||||||
Retrieves all the attributes of a point
|
|
||||||
%End
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -91,12 +91,12 @@ class CORE_EXPORT QgsPointCloudAttribute
|
|||||||
static void getPointXYZ( const char *ptr, int i, std::size_t pointRecordSize, int xOffset, QgsPointCloudAttribute::DataType xType,
|
static void getPointXYZ( const char *ptr, int i, std::size_t pointRecordSize, int xOffset, QgsPointCloudAttribute::DataType xType,
|
||||||
int yOffset, QgsPointCloudAttribute::DataType yType,
|
int yOffset, QgsPointCloudAttribute::DataType yType,
|
||||||
int zOffset, QgsPointCloudAttribute::DataType zType,
|
int zOffset, QgsPointCloudAttribute::DataType zType,
|
||||||
const QgsVector3D &indexScale, const QgsVector3D &indexOffset, double &x, double &y, double &z );
|
const QgsVector3D &indexScale, const QgsVector3D &indexOffset, double &x, double &y, double &z ) SIP_SKIP;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves all the attributes of a point
|
* Retrieves all the attributes of a point
|
||||||
*/
|
*/
|
||||||
static QVariantMap getAttributeMap( const char *data, std::size_t recordOffset, const QgsPointCloudAttributeCollection &attributeCollection );
|
static QVariantMap getAttributeMap( const char *data, std::size_t recordOffset, const QgsPointCloudAttributeCollection &attributeCollection ) SIP_SKIP;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void updateSize();
|
void updateSize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user