ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvExportCoordToSFDlg.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_exportCoordToSFDlg.h>
11 
13 class ccExportCoordToSFDlg : public QDialog, public Ui::ExportCoordToSFDlg {
14  Q_OBJECT
15 
16 public:
18  explicit ccExportCoordToSFDlg(QWidget* parent = 0);
19 
21  bool exportX() const;
23  bool exportY() const;
25  bool exportZ() const;
26 };
Dialog to choose which dimension(s) (X, Y or Z) should be exported as SF(s)
ccExportCoordToSFDlg(QWidget *parent=0)
Default constructor.
bool exportX() const
Returns whether X dimension should be exported.
bool exportZ() const
Returns whether Z dimension should be exported.
bool exportY() const
Returns whether Y dimension should be exported.