ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvScalarFieldFromColorDlg.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_scalarFieldFromColorDlg.h>
11 
12 class ccPointCloud;
13 
16 class ccScalarFieldFromColorDlg : public QDialog,
17  public Ui::scalarFieldFromColorDlg {
18  Q_OBJECT
19 
20 public:
22  explicit ccScalarFieldFromColorDlg(QWidget* parent = 0);
23 
25  bool getRStatus();
26 
28  bool getGStatus();
29 
31  bool getBStatus();
32 
34  bool getCompositeStatus();
35 };
A 3D cloud and its associated features (color, normals, scalar fields, etc.)
bool getCompositeStatus()
Returns if to export Composite channel as SF.
bool getBStatus()
Returns if to export B channel as SF.
bool getRStatus()
Returns if to export R channel as SF.
bool getGStatus()
Returns if to export G channel as SF.
ccScalarFieldFromColorDlg(QWidget *parent=0)
Default constructor.