ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccTreeIsoDlg.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 // A Matlab version shared via:
10 // https://github.com/truebelief/artemis_treeiso
11 
12 #ifndef CC_TREEISO_DLG_HEADER
13 #define CC_TREEISO_DLG_HEADER
14 
15 #include "ui_TreeIsoDlg.h"
16 
18 class ccTreeIsoDlg : public QDialog, public Ui::TreeIsoDialog {
19  Q_OBJECT
20 
21 public:
23  explicit ccTreeIsoDlg(QWidget* parent = nullptr);
24 
25 protected:
26 };
27 
28 #endif
Dialog for qTreeIso plugin.
Definition: ccTreeIsoDlg.h:18
ccTreeIsoDlg(QWidget *parent=nullptr)
Default constructor.