#include <DlgSmoothing.h>
Public Types | |
| enum | Smooth { None, Taubin, Laplace } |
Public Member Functions | |
| DlgSmoothing (QWidget *parent=0, Qt::WFlags fl=0) | |
| int | iterations () const |
| double | lambdaStep () const |
| Smooth | method () const |
| double | microStep () const |
| ~DlgSmoothing () | |
Definition at line 34 of file DlgSmoothing.h.
Definition at line 39 of file DlgSmoothing.h.
| DlgSmoothing::DlgSmoothing | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
| DlgSmoothing::~DlgSmoothing | ( | ) |
Definition at line 53 of file DlgSmoothing.cpp.
| int DlgSmoothing::iterations | ( | ) | const |
Definition at line 71 of file DlgSmoothing.cpp.
References MeshGui::Ui_DlgSmoothing::iterations.
Referenced by CmdMeshSmoothing::activated().
| double DlgSmoothing::lambdaStep | ( | ) | const |
Definition at line 76 of file DlgSmoothing.cpp.
References MeshGui::Ui_DlgSmoothing::spinLambda.
Referenced by CmdMeshSmoothing::activated().
| DlgSmoothing::Smooth DlgSmoothing::method | ( | ) | const |
Definition at line 86 of file DlgSmoothing.cpp.
References Laplace, None, MeshGui::Ui_DlgSmoothing::radioButtonLaplace, MeshGui::Ui_DlgSmoothing::radioButtonTaubin, and Taubin.
Referenced by CmdMeshSmoothing::activated().
| double DlgSmoothing::microStep | ( | ) | const |
Definition at line 81 of file DlgSmoothing.cpp.
References MeshGui::Ui_DlgSmoothing::spinMicro.
Referenced by CmdMeshSmoothing::activated().
1.6.1