ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
movepointinteractorstyle.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 
12 #include "qPCL.h"
13 
14 namespace VtkUtils {
15 
17  Q_OBJECT
18 public:
19  explicit MovePointInteractorStyle(QObject *parent = 0);
20 
21 signals:
22 
23 public slots:
24 };
25 
26 } // namespace VtkUtils
#define slots
#define signals
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15