qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Dialog to change the color levels. More...
#include <ccColorFromScalarDlg.h>
Public Member Functions | |
ccColorFromScalarDlg (QWidget *parent, ccPointCloud *pointCloud) | |
Default constructor. | |
void | refreshDisplay () |
void | updateHistogram (int) |
Static Public Attributes | |
static constexpr int | c_channelCount = 4 |
Protected Attributes | |
bool | m_prevFixed [c_channelCount] |
ccHistogramWindow * | m_histograms [c_channelCount] |
Associated histogram view. | |
ccScalarField * | m_scalars [c_channelCount] |
QComboBox * | m_combos [c_channelCount] |
QDoubleSpinBox * | m_boxes_min [c_channelCount] |
QDoubleSpinBox * | m_boxes_max [c_channelCount] |
QLabel * | m_labels_min [c_channelCount] |
QLabel * | m_labels_max [c_channelCount] |
QCheckBox * | m_reverse [c_channelCount] |
double | m_minSat [c_channelCount] |
double | m_maxSat [c_channelCount] |
ccColorScale::Shared | m_colors [c_channelCount] |
Associated colour scales. | |
ccPointCloud * | m_cloud |
Associated point cloud (color source) | |
ccColorScale::Shared | m_storedOrigColorScale |
Associated point cloud scalar field original scale (to restore on exit) | |
ccScalarField::Range | m_storedOrigSatRange |
ccScalarField::Range | m_storedOrigDisplayRange |
bool | m_systemInvalid |
Dialog to change the color levels.