![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Scales matching tool dialog. More...
#include <ecvMatchScalesDlg.h>


Public Member Functions | |
| ccMatchScalesDlg (const ccHObject::Container &entities, int defaultSelectedIndex=0, QWidget *parent=0) | |
| Default constructor. More... | |
| int | getSelectedIndex () const |
| Returns selected index. More... | |
| void | setSelectedAlgorithm (ccLibAlgorithms::ScaleMatchingAlgorithm algorithm) |
| Sets the selected matching algorithm. More... | |
| ccLibAlgorithms::ScaleMatchingAlgorithm | getSelectedAlgorithm () const |
| Returns the selected matching algorithm. More... | |
Scales matching tool dialog.
Definition at line 16 of file ecvMatchScalesDlg.h.
| ccMatchScalesDlg::ccMatchScalesDlg | ( | const ccHObject::Container & | entities, |
| int | defaultSelectedIndex = 0, |
||
| QWidget * | parent = 0 |
||
| ) |
Default constructor.
Definition at line 17 of file ecvMatchScalesDlg.cpp.
| ccLibAlgorithms::ScaleMatchingAlgorithm ccMatchScalesDlg::getSelectedAlgorithm | ( | ) | const |
Returns the selected matching algorithm.
Definition at line 70 of file ecvMatchScalesDlg.cpp.
References ccLibAlgorithms::BB_MAX_DIM, ccLibAlgorithms::BB_VOLUME, ccLibAlgorithms::ICP_SCALE, and ccLibAlgorithms::PCA_MAX_DIM.
| int ccMatchScalesDlg::getSelectedIndex | ( | ) | const |
Returns selected index.
Definition at line 43 of file ecvMatchScalesDlg.cpp.
| void ccMatchScalesDlg::setSelectedAlgorithm | ( | ccLibAlgorithms::ScaleMatchingAlgorithm | algorithm | ) |
Sets the selected matching algorithm.
Definition at line 49 of file ecvMatchScalesDlg.cpp.
References ccLibAlgorithms::BB_MAX_DIM, ccLibAlgorithms::BB_VOLUME, ccLibAlgorithms::ICP_SCALE, and ccLibAlgorithms::PCA_MAX_DIM.