X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkMeshManager_tool.cxx;h=bda31e1b44a90818c75af3cb1514f33a543bbc5e;hb=1b751726e6e277dc63258520d3c243f705d1b929;hp=cb12791578fb80198f7e91ada973999e0e5f57e8;hpb=ccd9515764b83d719668120ccf8496a8fc6e804b;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx index cb12791..bda31e1 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkMeshManager_tool.cxx @@ -27,25 +27,37 @@ void MeshManager_tool::Process() // bbSetOutputOut( bbGetInputIn() ); // std::cout << "Output value = " <SetMeshBase( bbGetInputMesh() ); - } + if (bbGetInputTool()==30) // Set + { + printf("EED MeshManager_tool::Process Set\n"); + if (bbGetInputMesh()!=NULL){ + vtkPoints *points = bbGetInputMesh()->GetPoints(); + if (points!=NULL) + { + bbGetInputMeshManagerModel()->SetMeshBase( bbGetInputMesh() ); + } // if points!=NULL + } // Mesh!=NULL + } // if Tool 30 Set - if (bbGetInputTool()==4) // Reset - { - printf("EED Warning! MeshManager_tool Reset Not implemented.\n"); - } + 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 } //===== @@ -59,32 +71,28 @@ void MeshManager_tool::bbUserSetDefaultValues() bbSetInputMesh(NULL); bbSetInputMeshManagerModel(NULL); } + //===== // 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) //===== void MeshManager_tool::bbUserInitializeProcessing() { - // THE INITIALIZATION METHOD BODY : // Here does nothing // but this is where you should allocate the internal/output pointers -// if any - - +// if any } //===== // 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) //===== void MeshManager_tool::bbUserFinalizeProcessing() { - // THE FINALIZATION METHOD BODY : // Here does nothing // but this is where you should desallocate the internal/output pointers // if any - } -} -// EO namespace bbcreaVtk + +} // EO namespace bbcreaVtk