MeshGui::DlgSmoothing Class Reference
#include <DlgSmoothing.h>
Public Types | |
enum | Smooth { , Taubin, Laplace } |
Signals | |
void | toggledSelection (bool) |
Public Member Functions | |
DlgSmoothing (QWidget *parent=0) | |
int | iterations () const |
double | lambdaStep () const |
Smooth | method () const |
double | microStep () const |
bool | smoothSelection () const |
~DlgSmoothing () | |
Member Enumeration Documentation
◆ Smooth
Constructor & Destructor Documentation
◆ DlgSmoothing()
DlgSmoothing::DlgSmoothing | ( | QWidget * | parent = 0 | ) |
◆ ~DlgSmoothing()
DlgSmoothing::~DlgSmoothing | ( | ) |
Member Function Documentation
◆ iterations()
int DlgSmoothing::iterations | ( | ) | const |
Referenced by MeshGui::TaskSmoothing::accept().
◆ lambdaStep()
double DlgSmoothing::lambdaStep | ( | ) | const |
Referenced by MeshGui::TaskSmoothing::accept().
◆ method()
DlgSmoothing::Smooth DlgSmoothing::method | ( | ) | const |
References Laplace, and Taubin.
Referenced by MeshGui::TaskSmoothing::accept().
◆ microStep()
double DlgSmoothing::microStep | ( | ) | const |
Referenced by MeshGui::TaskSmoothing::accept().
◆ smoothSelection()
bool DlgSmoothing::smoothSelection | ( | ) | const |
Referenced by MeshGui::TaskSmoothing::accept().
◆ toggledSelection
|
signal |
The documentation for this class was generated from the following files:
- src/Mod/Mesh/Gui/DlgSmoothing.h
- src/Mod/Mesh/Gui/DlgSmoothing.cpp