diff Framework/Volumes/VolumeSceneLayerSource.h @ 1344:00c8322bbe69 broker

Ability to force a re-slice of the structure set volume. This is a fix for the fact that the structure set does not increase the slice revision when new polygons are added. This should be fixed in the slicer but this is a temporary fix until this is done properly.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 06 Apr 2020 08:44:10 +0200
parents 3d26447ddd28
children 0d6a01ffa1dd
line wrap: on
line diff
--- a/Framework/Volumes/VolumeSceneLayerSource.h	Mon Apr 06 08:43:03 2020 +0200
+++ b/Framework/Volumes/VolumeSceneLayerSource.h	Mon Apr 06 08:44:10 2020 +0200
@@ -80,6 +80,6 @@
     you can lock the whole viewport data (including scene) by means of the 
     IViewport::Lock method.
     */ 
-    void Update(const CoordinateSystem3D& plane);  
+    void Update(const CoordinateSystem3D& plane, bool forceLayerRecreation = false); 
   };
 }