]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx
#3507 Undo and Redo Meshes
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkMeshManager_tool.cxx
index 546ba7470e3cb129335ecac2011f162cc663e125..cf99baf507ec3ec1682307e9b77f521f25c262c8 100644 (file)
@@ -51,17 +51,6 @@ void MeshManager_tool::Process()
                 } // if points!=NULL
             } // Mesh!=NULL
         } // if Tool 30 Set
-        
-        if (bbGetInputTool()==31)  // Set/Update PolyData Reference
-        {
-            if (bbGetInputMesh()!=NULL){
-                vtkPoints   *points = bbGetInputMesh()->GetPoints();
-                if (points!=NULL)
-                {
-                    bbGetInputMeshManagerModel()->UpdateMeshReference( bbGetInputMesh() );
-                } // if points!=NULL
-            } // Mesh!=NULL
-        } // if Tool 30 Set
 
         if (bbGetInputTool()==35)  // Set memory mode
         {