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.
 
MLWEM_EXPORT void smoothNodeNormals (WEMPatch *wemPatch, unsigned int numSmoothingPasses, bool useBorderPreservation, ProgressField *progressFld=nullptr)
 Smooths the nodes' normals.
 

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.

References smoothNodeNormals().

Referenced by smoothNodeNormals().

◆ smoothNodes()

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

Smooths the nodes by a Laplacian scheme.

References smoothNodes().

Referenced by smoothNodes().