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

Enumerator
Taubin 
Laplace 

Constructor & Destructor Documentation

◆ DlgSmoothing()

DlgSmoothing::DlgSmoothing ( QWidget parent = 0)

◆ ~DlgSmoothing()

DlgSmoothing::~DlgSmoothing ( )

Member Function Documentation

◆ iterations()

int DlgSmoothing::iterations ( ) const

◆ lambdaStep()

double DlgSmoothing::lambdaStep ( ) const

◆ method()

DlgSmoothing::Smooth DlgSmoothing::method ( ) const

References Laplace, and Taubin.

Referenced by MeshGui::TaskSmoothing::accept().

◆ microStep()

double DlgSmoothing::microStep ( ) const

◆ smoothSelection()

bool DlgSmoothing::smoothSelection ( ) const

◆ toggledSelection

void MeshGui::DlgSmoothing::toggledSelection ( bool  )
signal

The documentation for this class was generated from the following files:
  • src/Mod/Mesh/Gui/DlgSmoothing.h
  • src/Mod/Mesh/Gui/DlgSmoothing.cpp