From: guigues Date: Fri, 21 Nov 2008 15:27:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EED.02Oct2009~153 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ac8a63a0b1e75795aa3608143ba6d1168e0a78bc;p=creaMaracasVisu.git *** empty log message *** --- diff --git a/bbtk/bbs/appli/ExampleBars.bbs b/bbtk/bbs/appli/ExampleBars.bbs index 54909b0..7768a2b 100644 --- a/bbtk/bbs/appli/ExampleBars.bbs +++ b/bbtk/bbs/appli/ExampleBars.bbs @@ -1,6 +1,6 @@ load std load wx -load maracasvisu +load creaMaracasVisu new LayoutSplit s set s.Orientation H diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs index 8794a2f..5988d6c 100644 --- a/bbtk/bbs/appli/ExampleColorBar.bbs +++ b/bbtk/bbs/appli/ExampleColorBar.bbs @@ -1,6 +1,6 @@ load wx load std -load maracasvisu +load creaMaracasVisu new ColorBar colorB set colorB.Orientation 1 @@ -15,4 +15,4 @@ set colorB.Values " 30 110 200 250" #message All 9 -exec colorB \ No newline at end of file +exec colorB diff --git a/bbtk/bbs/appli/ExampleHistogramView.bbs b/bbtk/bbs/appli/ExampleHistogramView.bbs index 3e513bc..b1d2462 100644 --- a/bbtk/bbs/appli/ExampleHistogramView.bbs +++ b/bbtk/bbs/appli/ExampleHistogramView.bbs @@ -1,6 +1,6 @@ load wx load std -load maracasvisu +load creaMaracasVisu load vtk new MetaImageReader reader @@ -13,4 +13,4 @@ new HistogramView histogramview print $prependDatapath.Out$\n connect reader.Out histogramview.In -exec histogramview \ No newline at end of file +exec histogramview diff --git a/bbtk/bbs/appli/ExamplePlotterView.bbs b/bbtk/bbs/appli/ExamplePlotterView.bbs index fda0248..1822488 100644 --- a/bbtk/bbs/appli/ExamplePlotterView.bbs +++ b/bbtk/bbs/appli/ExamplePlotterView.bbs @@ -2,7 +2,7 @@ load std load wx -load maracasvisu +load creaMaracasVisu new PlotterView plotterview set plotterview.InX " 20 100 200 300 400 500" diff --git a/bbtk/bbs/appli/ExampleSlideMinMax.bbs b/bbtk/bbs/appli/ExampleSlideMinMax.bbs index 3eb6322..3382af9 100644 --- a/bbtk/bbs/appli/ExampleSlideMinMax.bbs +++ b/bbtk/bbs/appli/ExampleSlideMinMax.bbs @@ -1,6 +1,6 @@ load wx load std -load maracasvisu +load creaMaracasVisu new SliderMinMax sliderminmax set sliderminmax.Orientation 1 @@ -11,4 +11,4 @@ set sliderminmax.InMin 3 #message All 9 -exec sliderminmax \ No newline at end of file +exec sliderminmax diff --git a/bbtk/bbs/appli/ExampleVOI_02.bbs b/bbtk/bbs/appli/ExampleVOI_02.bbs index 2431df7..d769ba8 100644 --- a/bbtk/bbs/appli/ExampleVOI_02.bbs +++ b/bbtk/bbs/appli/ExampleVOI_02.bbs @@ -1,6 +1,6 @@ load wx load std -load maracasvisu +load creaMaracasVisu load vtk load itk load itkvtk diff --git a/bbtk/bbs/appli/ExampleViewerNV_A.bbs b/bbtk/bbs/appli/ExampleViewerNV_A.bbs index 81e708f..8ae6103 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_A.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_A.bbs @@ -1,7 +1,7 @@ load wx load std load vtk -load maracasvisu +load creaMaracasVisu include vtk/boxes/bbLoadHola new LoadHola image diff --git a/bbtk/bbs/appli/ExampleViewerNV_B.bbs b/bbtk/bbs/appli/ExampleViewerNV_B.bbs index 2652179..5be06d8 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_B.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_B.bbs @@ -1,7 +1,7 @@ load wx load std load vtk -load maracasvisu +load creaMaracasVisu include vtk/boxes/bbLoadHola new LoadHola image diff --git a/bbtk/bbs/appli/ExampleViewerNV_C.bbs b/bbtk/bbs/appli/ExampleViewerNV_C.bbs index f9166bb..95b6a17 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_C.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_C.bbs @@ -1,7 +1,7 @@ load wx load std load vtk -load maracasvisu +load creaMaracasVisu include vtk/boxes/bbLoadHola new LoadHola image diff --git a/bbtk/bbs/appli/Example_Segmentation_02.bbs b/bbtk/bbs/appli/Example_Segmentation_02.bbs index e634b5b..879d166 100644 --- a/bbtk/bbs/appli/Example_Segmentation_02.bbs +++ b/bbtk/bbs/appli/Example_Segmentation_02.bbs @@ -1,7 +1,7 @@ load std load vtk load wx -load maracasvisu +load creaMaracasVisu new LayoutLine sizerA new LayoutSplit mainSplit