]> Creatis software - creaVtk.git/commitdiff
MeshManager
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 8 Sep 2022 15:16:30 +0000 (17:16 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 8 Sep 2022 15:16:30 +0000 (17:16 +0200)
bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx

index b175bd4d25b3754d3af712d8f72d62127f0455a5..c087d1b1908cb7c749e6d94b8d2ce7a759f9f9db 100644 (file)
@@ -27,8 +27,6 @@ void MeshManager_tool::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
     
-    printf("EED MeshManager_tool::Process start this=%p\n", this);
-    
     if (bbGetInputMeshManagerModel()!=NULL)
     {
         if (bbGetInputTool()==10) // Undo
@@ -43,7 +41,6 @@ void MeshManager_tool::Process()
 
         if (bbGetInputTool()==30)  // Set
         {
-            printf("EED    MeshManager_tool::Process Set\n");
             if (bbGetInputMesh()!=NULL){
                 vtkPoints   *points = bbGetInputMesh()->GetPoints();
                 if (points!=NULL)
@@ -55,24 +52,14 @@ void MeshManager_tool::Process()
 
         if (bbGetInputTool()==35)  // Set memory mode
         {
-            printf("EED    MeshManager_tool::Process Set memory mode\n");
-//            if (bbGetInputMesh()!=NULL){
-//                vtkPoints   *points = bbGetInputMesh()->GetPoints();
-//                if (points!=NULL)
-//                {
-                    bbGetInputMeshManagerModel()->SetMeshMemoryMode( bbGetInputMesh() );
-//                } // if points!=NULL
-//            } // Mesh!=NULL
+                bbGetInputMeshManagerModel()->SetMeshMemoryMode( bbGetInputMesh() );
         } // if Tool 35 Set memory mode
 
-        
         if (bbGetInputTool()==40) // Reset
         {
             printf("EED Warning!   MeshManager_tool Reset   Not implemented.\n");
         } // if Tool 40 Reset
         
-
-        
     } else {
         printf("EED Warning! MeshManager_tool : MeshManagerModel not defined. \n");
     }// if MeshManagerModel != NULL