]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuManualPaint_Model.cxx
#3482 Bug Manual Paint - MacOs and UChar images
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuManualPaint_Model.cxx
index be8c85ca6c337cf0e7d302963ad1aa42f45f856a..2939ed3a35b93dc5af37585bc516759bc6e56a3c 100644 (file)
@@ -144,7 +144,9 @@ void ManualPaint_Model::Process()
         hay que crear una imagen2 temporal y luego bajar la imagen 
 3. Verificar el mecanismo de undo con ByLstPoints
 4. Verificar el mecanismo de undo con ByImagePoints
-*/ 
+*/
+    
+    printf("EED ManualPaint_Model::Process Start \n");
        if (bbGetInputActive()==true)
        {
                if (bbGetInputImage()!=NULL)
@@ -380,6 +382,9 @@ omp_set_num_threads( omp_get_max_threads()-1 );
                bbSetOutputOut( NULL );
        } 
        bbSetOutputManualpaintmodel( manualpaintmodel );
+    
+    printf("EED ManualPaint_Model::Process End \n");
+
 }
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)