ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
pointstomodelconverter.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <QObject>
11 #include <QRunnable>
12 
13 #include "point3f.h"
14 #include "qPCL.h"
15 #include "signalledrunable.h"
16 #include "utils.h"
17 
18 namespace VtkUtils {
19 
20 class TableModel;
22  Q_OBJECT
23 public:
24  PointsToModelConverter(const QList<Point3F>& points, TableModel* model);
25 
26  void run();
27 
28 private:
29  QList<Point3F> m_points;
30  TableModel* m_model = nullptr;
31 };
32 
33 } // namespace VtkUtils
int points
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15