![]() |
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Dialog to sepcify a range of SF values and how the corresponding points should be extracted. More...
#include <ccFilterByValueDlg.h>
Public Types | |
enum | Mode { EXPORT , SPLIT , CANCEL } |
Mode. | |
Public Member Functions | |
ccFilterByValueDlg (double minRange, double maxRange, double minVal=-1.0e9, double maxVal=1.0e9, QWidget *parent=nullptr) | |
Default constructor. | |
Mode | mode () const |
Returns the selected mode. | |
Protected Member Functions | |
void | onExport () |
void | onSplit () |
Protected Attributes | |
Mode | m_mode |
Dialog to sepcify a range of SF values and how the corresponding points should be extracted.