18#ifndef QGSPOINTCLOUDBLOCK_H
19#define QGSPOINTCLOUDBLOCK_H
56 const
char *data() const;
59 int pointCount() const;
66 int pointRecordSize()
const {
return mRecordSize; }
86 void setPointCount(
int size );
Collection of point cloud attributes.
Base class for storing raw data from point cloud nodes.
virtual ~QgsPointCloudBlock()=default
Class for storage of 3D vectors similar to QVector3D, with the difference that it uses double precisi...