comparison Framework/Widgets/SliceViewerWidget.cpp @ 400:518f680dbf2e

SliceViewerWidget::DisplayedSliceMessage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 09:58:45 +0100
parents 885e1ebd315c
children 99e31898910e
comparison
equal deleted inserted replaced
399:885e1ebd315c 400:518f680dbf2e
523 plane_ = plane; 523 plane_ = plane;
524 ResetPendingScene(); 524 ResetPendingScene();
525 525
526 InvalidateAllLayers(); // TODO Removing this line avoid loading twice the image in WASM 526 InvalidateAllLayers(); // TODO Removing this line avoid loading twice the image in WASM
527 } 527 }
528
529 EmitMessage(DisplayedSliceMessage(*this, displayedSlice));
528 } 530 }
529 531
530 532
531 void SliceViewerWidget::OnGeometryReady(const IVolumeSlicer::GeometryReadyMessage& message) 533 void SliceViewerWidget::OnGeometryReady(const IVolumeSlicer::GeometryReadyMessage& message)
532 { 534 {