ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
modeltovtktableconverter.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 "../qPCL.h"
11
#include "
signalledrunable.h
"
12
13
class
vtkTable;
14
namespace
VtkUtils
{
15
class
TableModel;
16
class
QPCL_ENGINE_LIB_API
ModelToVtkTableConverter
:
public
SignalledRunnable
{
17
Q_OBJECT
18
public
:
19
explicit
ModelToVtkTableConverter
(
TableModel
* model);
20
21
void
setLabels(
const
QStringList& labels);
22
QStringList labels()
const
;
23
24
void
run();
25
26
vtkTable* table()
const
;
27
28
private
:
29
TableModel
* m_model =
nullptr
;
30
vtkTable* m_table =
nullptr
;
31
QStringList m_labels;
32
};
33
34
}
// namespace VtkUtils
VtkUtils::ModelToVtkTableConverter
Definition:
modeltovtktableconverter.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
libs
PCLEngine
VtkUtils
modeltovtktableconverter.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1