ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
classificationParamsDlg.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 <QDialog>
11 
12 #include "ui_classificationParamsDlg.h"
13 
15 class ClassificationParamsDlg : public QDialog,
16  public Ui::ClassificationParamsDlg {
17 public:
19  ClassificationParamsDlg(QWidget* parent = 0)
20  : QDialog(parent, Qt::Tool), Ui::ClassificationParamsDlg() {
21  setupUi(this);
22  }
23 };
Dialog for orientation-based classification of facets (qFacets plugin)
ClassificationParamsDlg(QWidget *parent=0)
Default constructor.