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
8
#include "
ecvSensorComputeScatteringAnglesDlg.h
"
9
10
ccSensorComputeScatteringAnglesDlg::ccSensorComputeScatteringAnglesDlg
(
11
QWidget* parent
/*=0*/
)
12
: QDialog(parent, Qt::Tool),
Ui
::sensorComputeScatteringAnglesDlg() {
13
setupUi(
this
);
14
}
15
16
bool
ccSensorComputeScatteringAnglesDlg::anglesInDegrees
()
const
{
17
return
anglesToDegCheckbox->checkState() == Qt::Checked;
18
}
ccSensorComputeScatteringAnglesDlg::anglesInDegrees
bool anglesInDegrees() const
Returns whether angles should be converted to degrees.
Definition:
ecvSensorComputeScatteringAnglesDlg.cpp:16
ccSensorComputeScatteringAnglesDlg::ccSensorComputeScatteringAnglesDlg
ccSensorComputeScatteringAnglesDlg(QWidget *parent=0)
Default constructor.
Definition:
ecvSensorComputeScatteringAnglesDlg.cpp:10
ecvSensorComputeScatteringAnglesDlg.h
Ui
Definition:
ecvFontPropertyWidget.h:19
app
ecvSensorComputeScatteringAnglesDlg.cpp
Generated on Wed Jan 28 2026 09:00:52 for ACloudViewer by
1.9.1