comparison 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
comparison
equal deleted inserted replaced
1343:e92c516adcbd 1344:00c8322bbe69
78 78
79 If the scene that has been supplied to the ctor is part of an IViewport, 79 If the scene that has been supplied to the ctor is part of an IViewport,
80 you can lock the whole viewport data (including scene) by means of the 80 you can lock the whole viewport data (including scene) by means of the
81 IViewport::Lock method. 81 IViewport::Lock method.
82 */ 82 */
83 void Update(const CoordinateSystem3D& plane); 83 void Update(const CoordinateSystem3D& plane, bool forceLayerRecreation = false);
84 }; 84 };
85 } 85 }