16 Q_PROPERTY(knowValues::Values::PointCloud pointCloud READ pointCloud WRITE setPointCloud NOTIFY
19 Q_PROPERTY(Qt3DCore::QGeometry* geometry READ geometry CONSTANT)
21 PointCloud(Qt3DCore::QNode* _parent =
nullptr);
23 knowValues::Values::PointCloud pointCloud()
const;
24 void setPointCloud(
const knowValues::Values::PointCloud& _frame);
26 Qt3DCore::QGeometry* geometry()
const;
28 void pointCloudChanged();
32 knowValues::Values::PointCloud m_frame;