ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvSensorComputeScatteringAnglesDlg.cpp
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 
9 
11  QWidget* parent /*=0*/)
12  : QDialog(parent, Qt::Tool), Ui::sensorComputeScatteringAnglesDlg() {
13  setupUi(this);
14 }
15 
17  return anglesToDegCheckbox->checkState() == Qt::Checked;
18 }
bool anglesInDegrees() const
Returns whether angles should be converted to degrees.
ccSensorComputeScatteringAnglesDlg(QWidget *parent=0)
Default constructor.