ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
modeltovectorsconverter.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 "signalledrunable.h"
11 #include "utils.h"
12 #include "vector4f.h"
13 
14 namespace VtkUtils {
15 class TableModel;
17  Q_OBJECT
18 public:
20 
21  void run();
22 
23  QList<Vector4F> vectors() const;
24 
25 private:
26  QList<Vector4F> m_vectors;
27  TableModel* m_model = nullptr;
28 };
29 
30 } // namespace VtkUtils
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15