]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.cxx
Add possibility to resize/resample mask like input image
[clitk.git] / vv / vvSlicerManager.cxx
index c86928f96825f8bc50d4b7778394ed786ccbeefa..422220c63db9b9e8e1c8debeaba9b3223fc07306 100644 (file)
@@ -418,6 +418,23 @@ void vvSlicerManager::LeftButtonReleaseEvent(int slicer)
 }
 //----------------------------------------------------------------------------
 
+
+//----------------------------------------------------------------------------
+void vvSlicerManager::EmitMousePositionUpdated(int slicer)
+{
+  emit MousePositionUpdatedSignal(slicer);
+}
+//----------------------------------------------------------------------------
+
+
+//----------------------------------------------------------------------------
+void vvSlicerManager::EmitKeyPressed(std::string KeyPress)
+{
+  emit KeyPressedSignal(KeyPress);
+}
+//----------------------------------------------------------------------------
+
+
 //----------------------------------------------------------------------------
 void vvSlicerManager::SetSliceOrientation(int slicer, int orientation)
 {