]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuCutModule.cxx
Bug found in CutModule, not setting the output as NULL in the black box
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuCutModule.cxx
index ebcfce3eb7b52eacee6581911ea0d9b4c68130e2..33647708e89e141a93d11a176522ef297269831c 100644 (file)
@@ -42,12 +42,14 @@ void CutModule::bbUserSetDefaultValues()
 {      
        _mainpanel = NULL;
        _currentimage=NULL;
-}
-void CutModule::bbUserInitializeProcessing()
-{
        bbSetInputIn(0);
        bbSetInputInteractor(0);
        bbSetInputRenderer(0);  
+       bbSetOutputOut(0);
+}
+void CutModule::bbUserInitializeProcessing()
+{
+       
 }
 void CutModule::bbUserFinalizeProcessing()
 {