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;
16
class
QPCL_ENGINE_LIB_API
ModelToVectorsConverter
:
public
SignalledRunnable
{
17
Q_OBJECT
18
public
:
19
ModelToVectorsConverter
(
TableModel
* model);
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
utils.h
VtkUtils::ModelToVectorsConverter
Definition:
modeltovectorsconverter.h:16
VtkUtils::SignalledRunnable
Definition:
signalledrunable.h:17
VtkUtils::TableModel
Definition:
tablemodel.h:21
VtkUtils
Definition:
VtkMultiTextureRenderer.cpp:46
QPCL_ENGINE_LIB_API
#define QPCL_ENGINE_LIB_API
Definition:
qPCL.h:15
signalledrunable.h
vector4f.h
libs
PCLEngine
VtkUtils
modeltovectorsconverter.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1