Class: QgsPointCloudBlock

class qgis.core.QgsPointCloudBlock(count: int, attributes: QgsPointCloudAttributeCollection, data: Union[QByteArray, bytes, bytearray])

Bases: sip.wrapper

Ctor

QgsPointCloudBlock(QgsPointCloudBlock)

Base class for storing raw data from point cloud nodes

Note

The API is considered EXPERIMENTAL and can be changed without a notice

Methods

attributes

Returns the attributes that are stored in the data block, along with their size

data

Returns raw pointer to data

pointCount

Returns number of points that are stored in the block

attributes(self)QgsPointCloudAttributeCollection

Returns the attributes that are stored in the data block, along with their size

Return type

QgsPointCloudAttributeCollection

data(self)str

Returns raw pointer to data

Return type

str

pointCount(self)int

Returns number of points that are stored in the block

Return type

int