X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FENGINE%2FVISU_Engine_i.cc;h=0edb9acc90f9f451edcb151180b283946f728754;hb=55d716c5e69656916a6070607a89fb446144fea8;hp=fd0c065efad7e5408e9431ad738e9a705c098b4f;hpb=911bf85e07d88ab762d9c5fb9242de5e8b8ae66a;p=modules%2Fvisu.git diff --git a/src/ENGINE/VISU_Engine_i.cc b/src/ENGINE/VISU_Engine_i.cc index fd0c065e..0edb9acc 100644 --- a/src/ENGINE/VISU_Engine_i.cc +++ b/src/ENGINE/VISU_Engine_i.cc @@ -294,6 +294,16 @@ namespace VISU{ } + void VISU_Gen_i::DeleteResult(Result_ptr theResult){ + myVisuGen->DeleteResult(theResult); + } + + + void VISU_Gen_i::DeletePrs3d(Prs3d_ptr thePrs3d){ + myVisuGen->DeletePrs3d(thePrs3d); + } + + void VISU_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent){ myVisuGen->Close(theComponent); } @@ -341,18 +351,4 @@ namespace VISU{ return myVisuGen->PasteInto(theStream,theObjectID,theObject); } - - /*! SAN & VSR : Test QT_EVENT - >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> - */ - void VISU_Gen_i::CreateTestView() { - myVisuGen->CreateTestView(); - } - void VISU_Gen_i::ShowTestObject() { - myVisuGen->ShowTestObject(); - } - /*! SAN & VSR : Test QT_EVENT - <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - */ - };