ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvSORFilterDlg.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 <ui_sorFilterDlg.h>
11 
13 class ecvSORFilterDlg : public QDialog, public Ui::SorFilterDialog {
14  Q_OBJECT
15 
16 public:
18  explicit ecvSORFilterDlg(QWidget* parent = 0);
19 };
Dialog to choose which dimension(s) (X, Y or Z) should be exported as SF(s)
ecvSORFilterDlg(QWidget *parent=0)
Default constructor.