9 #include "imstkGeometryAlgorithm.h" 30 void setInputMesh(std::shared_ptr<SurfaceMesh> inputMesh);
36 imstkGetMacro(VolumePreserving,
bool);
43 imstkGetMacro(TargetReduction,
double);
50 bool m_VolumePreserving;
51 double m_TargetReduction;
void setInputMesh(std::shared_ptr< SurfaceMesh > inputMesh)
Required input, port 0.
void requestUpdate() override
Users can implement this for the logic to be run.
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
imstkSetMacro(VolumePreserving, bool)
Get/Set whether to preserve volume or not, default on.