Dialog to smooth a polyline (Chaikin algorithm)
More...
#include <ccSmoothPolylineDlg.h>
|
|
| ccSmoothPolylineDialog (QWidget *parent=nullptr) |
| | Default constructor.
|
| |
|
virtual | ~ccSmoothPolylineDialog () |
| | Destructor.
|
| |
|
void | setIerationCount (int count) |
| | Sets the number of iterations.
|
| |
|
void | setRatio (double ratio) |
| | Sets the smoothing ratio.
|
| |
|
int | getIerationCount () const |
| | Returns the number of iterations.
|
| |
|
double | getRatio () const |
| | Returns the smoothing ratio.
|
| |
|
|
Ui_SmoothPolylineDialog * | m_ui |
| | Associated ui.
|
| |
Dialog to smooth a polyline (Chaikin algorithm)
The documentation for this class was generated from the following files:
- ccSmoothPolylineDlg.h
- ccSmoothPolylineDlg.cpp