mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudindex.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsPointCloudIndex: QObject
|
|
{
|
|
%Docstring
|
|
|
|
Represents a indexed point clouds data in octree
|
|
|
|
.. note::
|
|
|
|
The API is considered EXPERIMENTAL and can be changed without a notice
|
|
|
|
.. versionadded:: 3.18
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointcloudindex.h"
|
|
%End
|
|
public:
|
|
|
|
explicit QgsPointCloudIndex();
|
|
~QgsPointCloudIndex();
|
|
|
|
void load( const QString &fileName );
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudindex.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|