26 const QByteArray &data
28 : mPointCount( count )
29 , mAttributes( attributes )
38 return mStorage.data();
Collection of point cloud attributes.
QgsPointCloudBlock(int count, const QgsPointCloudAttributeCollection &attributes, const QByteArray &data)
Ctor.
~QgsPointCloudBlock()
Dtor.
const char * data() const
Returns raw pointer to data.
QgsPointCloudAttributeCollection attributes() const
Returns the attributes that are stored in the data block, along with their size.
int pointCount() const
Returns number of points that are stored in the block.