ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccRansacSDDlg.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_ransacSDDlg.h"
11 
13 class ccRansacSDDlg : public QDialog, public Ui::RansacSDDialog {
14  Q_OBJECT
15 
16 public:
18  explicit ccRansacSDDlg(QWidget* parent = 0);
19 
20 protected slots:
21 
23  void saveSettings();
24 };
#define slots
Dialog for qRansacSD plugin.
Definition: ccRansacSDDlg.h:13
void saveSettings()
Saves (temporarily) the dialog parameters on acceptation.
ccRansacSDDlg(QWidget *parent=0)
Default constructor.