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;
21
class
QPCL_ENGINE_LIB_API
PointsToModelConverter
:
public
SignalledRunnable
{
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
points
int points
Definition:
FileIOFactory.cpp:144
utils.h
VtkUtils::PointsToModelConverter
Definition:
pointstomodelconverter.h:21
VtkUtils::SignalledRunnable
Definition:
signalledrunable.h:17
VtkUtils::TableModel
Definition:
tablemodel.h:21
VtkUtils
Definition:
VtkMultiTextureRenderer.cpp:46
point3f.h
qPCL.h
QPCL_ENGINE_LIB_API
#define QPCL_ENGINE_LIB_API
Definition:
qPCL.h:15
signalledrunable.h
libs
PCLEngine
VtkUtils
pointstomodelconverter.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1