MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLWEM/WEMTools/WEMNodeOp/WEMNodeOp.h File Reference

Helper class for performing smoothing and other stuff on nodes. More...

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


namespace  ml::WEMNodeOp
 

Helper namespace for performing smoothing and other stuff on nodes.


Functions

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

Detailed Description

Helper class for performing smoothing and other stuff on nodes.

Author:
Olaf Konrad, Bart De Dobbelaer
Date:
8/2007

Definition in file WEMNodeOp.h.