]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Interaction/SeedWidget.cxx
Cast image filter added. ROI filter modified.
[cpPlugins.git] / lib / cpExtensions / Interaction / SeedWidget.cxx
index 1dcf2233bd28a4a94d3f2efc3270fa9fa9e49049..b6e348f5bce6d28484d517e1429a224fb04f4ad0 100644 (file)
@@ -93,6 +93,7 @@ void cpExtensions::Interaction::SeedWidget::
 _CompletedAction( vtkAbstractWidget* wdg )
 {
   // Do nothing
+  Self::CompletedAction( wdg );
 }
 
 // -------------------------------------------------------------------------
@@ -100,6 +101,7 @@ void cpExtensions::Interaction::SeedWidget::
 _MoveAction( vtkAbstractWidget* wdg )
 {
   // Do nothing
+  Self::MoveAction( wdg );
 }
 
 // -------------------------------------------------------------------------
@@ -107,6 +109,7 @@ void cpExtensions::Interaction::SeedWidget::
 _EndSelectAction( vtkAbstractWidget* wdg )
 {
   // Do nothing
+  Self::EndSelectAction( wdg );
 }
 
 // -------------------------------------------------------------------------
@@ -114,6 +117,7 @@ void cpExtensions::Interaction::SeedWidget::
 _DeleteAction( vtkAbstractWidget* wdg )
 {
   // Do nothing
+  Self::DeleteAction( wdg );
 }
 
 // -------------------------------------------------------------------------