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 );
A collection of point cloud attributes.
Base class for storing raw data from point cloud nodes.
virtual ~QgsPointCloudBlock()=default
A 3D vector (similar to QVector3D) with the difference that it uses double precision instead of singl...