![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog to smooth a polyline (Chaikin algorithm) More...
#include <ecvSmoothPolylineDlg.h>


Public Member Functions | |
| ccSmoothPolylineDialog (QWidget *parent=nullptr) | |
| Default constructor. More... | |
| virtual | ~ccSmoothPolylineDialog () |
| Destructor. More... | |
| void | setIerationCount (int count) |
| Sets the number of iterations. More... | |
| void | setRatio (double ratio) |
| Sets the smoothing ratio. More... | |
| int | getIerationCount () const |
| Returns the number of iterations. More... | |
| double | getRatio () const |
| Returns the smoothing ratio. More... | |
Protected Attributes | |
| Ui_SmoothPolylineDialog * | m_ui |
| Associated ui. More... | |
Dialog to smooth a polyline (Chaikin algorithm)
Definition at line 36 of file ecvSmoothPolylineDlg.h.
| ccSmoothPolylineDialog::ccSmoothPolylineDialog | ( | QWidget * | parent = nullptr | ) |
|
virtual |
| int ccSmoothPolylineDialog::getIerationCount | ( | ) | const |
Returns the number of iterations.
Definition at line 36 of file ecvSmoothPolylineDlg.cpp.
References m_ui.
| double ccSmoothPolylineDialog::getRatio | ( | ) | const |
Returns the smoothing ratio.
Definition at line 40 of file ecvSmoothPolylineDlg.cpp.
References m_ui.
| void ccSmoothPolylineDialog::setIerationCount | ( | int | count | ) |
Sets the number of iterations.
Definition at line 28 of file ecvSmoothPolylineDlg.cpp.
| void ccSmoothPolylineDialog::setRatio | ( | double | ratio | ) |
|
protected |
Associated ui.
Definition at line 58 of file ecvSmoothPolylineDlg.h.
Referenced by ccSmoothPolylineDialog(), getIerationCount(), getRatio(), setIerationCount(), setRatio(), and ~ccSmoothPolylineDialog().