#include <WEMNodeOp.h>
Public Member Functions | |
| WEMNodeOp () | |
| Standard constructor. | |
| ~WEMNodeOp () | |
| Standard destructor. | |
Static Public Member Functions | |
| static void | smoothNodes (WEMPatch *wemPatch, unsigned int numSmoothingPasses, float smoothingFactor, bool useVolumePreservation=true, ProgressField *progressFld=NULL) |
| Smooths the nodes by a Laplacian scheme with an optional volume preservation. | |
| static void | smoothNodeNormals (WEMPatch *wemPatch, unsigned int numSmoothingPasses, ProgressField *progressFld=NULL) |
| Smooths the nodes's normals. | |
Definition at line 25 of file WEMNodeOp.h.
| ml::WEMNodeOp::WEMNodeOp | ( | ) |
Standard constructor.
| ml::WEMNodeOp::~WEMNodeOp | ( | ) |
Standard destructor.
| static void ml::WEMNodeOp::smoothNodeNormals | ( | WEMPatch * | wemPatch, | |
| unsigned int | numSmoothingPasses, | |||
| ProgressField * | progressFld = NULL | |||
| ) | [static] |
Smooths the nodes's normals.
| static void ml::WEMNodeOp::smoothNodes | ( | WEMPatch * | wemPatch, | |
| unsigned int | numSmoothingPasses, | |||
| float | smoothingFactor, | |||
| bool | useVolumePreservation = true, |
|||
| ProgressField * | progressFld = NULL | |||
| ) | [static] |
Smooths the nodes by a Laplacian scheme with an optional volume preservation.
1.5.8