MeVisLab Toolbox Reference
ml::WEMNodeOp Namespace Reference

Helper namespace for performing smoothing on nodes. More...

Classes

struct  WEMSmoothingParameters
 

Functions

MLWEM_EXPORT void smoothNodes (WEMPatch *wemPatch, const WEMSmoothingParameters &parameters, ProgressField *progressFld=nullptr)
 Smooths the nodes by a Laplacian scheme. More...
 
MLWEM_EXPORT void smoothNodeNormals (WEMPatch *wemPatch, unsigned int numSmoothingPasses, bool useBorderPreservation, ProgressField *progressFld=nullptr)
 Smooths the nodes' normals. More...
 

Detailed Description

Helper namespace for performing smoothing on nodes.

Function Documentation

◆ smoothNodeNormals()

MLWEM_EXPORT void ml::WEMNodeOp::smoothNodeNormals ( WEMPatch wemPatch,
unsigned int  numSmoothingPasses,
bool  useBorderPreservation,
ProgressField progressFld = nullptr 
)

Smooths the nodes' normals.

◆ smoothNodes()

MLWEM_EXPORT void ml::WEMNodeOp::smoothNodes ( WEMPatch wemPatch,
const WEMSmoothingParameters parameters,
ProgressField progressFld = nullptr 
)

Smooths the nodes by a Laplacian scheme.