ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvGBLSensorProjectionDlg.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_gblSensorProjectDlg.h>
11 
12 class ccGBLSensor;
13 
15 class ccGBLSensorProjectionDlg : public QDialog,
16  public Ui::GBLSensorProjectDialog {
17  Q_OBJECT
18 
19 public:
21  explicit ccGBLSensorProjectionDlg(QWidget* parent = 0);
22 
23  void initWithGBLSensor(const ccGBLSensor* sensor);
24  void updateGBLSensor(ccGBLSensor* sensor);
25 };
Ground-based (lidar) sensor parameters dialog.
ccGBLSensorProjectionDlg(QWidget *parent=0)
Default constructor.
void initWithGBLSensor(const ccGBLSensor *sensor)
void updateGBLSensor(ccGBLSensor *sensor)
Ground-based Laser sensor.
Definition: ecvGBLSensor.h:26