QGIS API Documentation
3.18.1-Zürich (202f1bf7e5)
|
Base class for storing raw data from point cloud nodes. More...
#include <qgspointcloudblock.h>
Public Member Functions | |
QgsPointCloudBlock (int count, const QgsPointCloudAttributeCollection &attributes, const QByteArray &data) | |
Ctor. More... | |
~QgsPointCloudBlock () | |
Dtor. More... | |
QgsPointCloudAttributeCollection | attributes () const |
Returns the attributes that are stored in the data block, along with their size. More... | |
const char * | data () const |
Returns raw pointer to data. More... | |
int | pointCount () const |
Returns number of points that are stored in the block. More... | |
Base class for storing raw data from point cloud nodes.
Definition at line 38 of file qgspointcloudblock.h.
QgsPointCloudBlock::QgsPointCloudBlock | ( | int | count, |
const QgsPointCloudAttributeCollection & | attributes, | ||
const QByteArray & | data | ||
) |
Ctor.
Definition at line 23 of file qgspointcloudblock.cpp.
|
default |
Dtor.
QgsPointCloudAttributeCollection QgsPointCloudBlock::attributes | ( | ) | const |
Returns the attributes that are stored in the data block, along with their size.
Definition at line 46 of file qgspointcloudblock.cpp.
const char * QgsPointCloudBlock::data | ( | ) | const |
Returns raw pointer to data.
Definition at line 36 of file qgspointcloudblock.cpp.
int QgsPointCloudBlock::pointCount | ( | ) | const |
Returns number of points that are stored in the block.
Definition at line 41 of file qgspointcloudblock.cpp.