From 3e09b99e1ab090fcb0b4f59d4cc28a1c89c7801d Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 20 Nov 2008 16:36:32 +0000 Subject: [PATCH] BUG not exist DICOM GDCM --- bbtk/bbs/appli/ExampleILPD.bbs | 15 --------- bbtk/bbs/appli/ExampleILPDwithImage.bbs | 7 ----- bbtk/bbs/appli/ExampleReadDICOM.bbs | 42 ------------------------- 3 files changed, 64 deletions(-) delete mode 100644 bbtk/bbs/appli/ExampleILPD.bbs delete mode 100644 bbtk/bbs/appli/ExampleILPDwithImage.bbs delete mode 100644 bbtk/bbs/appli/ExampleReadDICOM.bbs diff --git a/bbtk/bbs/appli/ExampleILPD.bbs b/bbtk/bbs/appli/ExampleILPD.bbs deleted file mode 100644 index 84ae435..0000000 --- a/bbtk/bbs/appli/ExampleILPD.bbs +++ /dev/null @@ -1,15 +0,0 @@ -load std -load wx -load wxvtk -load maracasvisu - -#new Slider s -new Viewer3D s - -new LayoutSplit main - -new ILPD ilpd - -connect s.Widget main.Widget1 -connect ilpd.Widget main.Widget2 -exec main \ No newline at end of file diff --git a/bbtk/bbs/appli/ExampleILPDwithImage.bbs b/bbtk/bbs/appli/ExampleILPDwithImage.bbs deleted file mode 100644 index 802af28..0000000 --- a/bbtk/bbs/appli/ExampleILPDwithImage.bbs +++ /dev/null @@ -1,7 +0,0 @@ - - -load maracasvisu - -new ILPDwithImage ilpdwithimage - -exec ilpdwithimage \ No newline at end of file diff --git a/bbtk/bbs/appli/ExampleReadDICOM.bbs b/bbtk/bbs/appli/ExampleReadDICOM.bbs deleted file mode 100644 index 16e1c6e..0000000 --- a/bbtk/bbs/appli/ExampleReadDICOM.bbs +++ /dev/null @@ -1,42 +0,0 @@ - -load wx -load maracasvisu - -new ILPDwithImage ilpdwithimage - -new ImageBrowserReader imagebrowserreade - connect ilpdwithimage.Type imagebrowserreade.Type - connect ilpdwithimage.LstFileName imagebrowserreade.LstFileName - - -new LayoutSplit splitUp - set splitUp.Orientation V - connect imagebrowserreade.Widget splitUp.Widget1 - connect ilpdwithimage.Widget splitUp.Widget2 - -new CommandButton commandbutton - set commandbutton.Label "Read" - -new CommandButton viewimagebutton - set viewimagebutton.Label "View Image" - -new LayoutLine layoutH - set layoutH.Orientation H - connect commandbutton.Widget layoutH.Widget1 - connect viewimagebutton.Widget layoutH.Widget2 - -new LayoutSplit mainsplit - set mainsplit.Orientation V - connect splitUp.Widget mainsplit.Widget1 - connect layoutH.Widget mainsplit.Widget2 - -new ImageChangeInformation ici -new ViewerMPR viewernv - connect imagebrowserreade.Out ici.In - connect ici.Out viewernv.In - -connect commandbutton.BoxChange ilpdwithimage.BoxExecute -connect commandbutton.BoxChange imagebrowserreade.BoxExecute -connect viewimagebutton.BoxChange viewernv.BoxExecute - -exec mainsplit -- 2.47.1