ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvSensorComputeScatteringAnglesDlg.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_sensorComputeScatteringAnglesDlg.h>
11 
14  : public QDialog,
15  public Ui::sensorComputeScatteringAnglesDlg {
16  Q_OBJECT
17 
18 public:
20  explicit ccSensorComputeScatteringAnglesDlg(QWidget* parent = 0);
21 
23  bool anglesInDegrees() const;
24 };
Dialog for scattering angles computation.
bool anglesInDegrees() const
Returns whether angles should be converted to degrees.
ccSensorComputeScatteringAnglesDlg(QWidget *parent=0)
Default constructor.