From 634d8010e9bea8a937f78406bdca034837d8aa7a Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 9 Feb 2009 17:14:25 +0000 Subject: [PATCH] *** empty log message *** --- bbtk/bbs/appli/ExampleBars.bbs | 4 ++++ bbtk/bbs/appli/ExampleColorBar.bbs | 4 ++++ bbtk/bbs/appli/ExampleGaussianSmooth.bbs | 4 ++++ bbtk/bbs/appli/ExampleHistogramView.bbs | 6 ++++++ bbtk/bbs/appli/ExamplePlotterView.bbs | 3 +++ bbtk/bbs/appli/ExampleSlideMinMax.bbs | 4 ++++ bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug | 4 ++++ bbtk/bbs/appli/ExampleVOI_01.bbs_bug | 5 +++++ bbtk/bbs/appli/ExampleVOI_02.bbs | 4 ++++ bbtk/bbs/appli/ExampleViewerMPR.bbs_bug | 4 ++++ bbtk/bbs/appli/ExampleViewerNV_A.bbs | 4 ++++ bbtk/bbs/appli/ExampleViewerNV_B.bbs | 4 ++++ bbtk/bbs/appli/ExampleViewerNV_C.bbs | 4 ++++ bbtk/bbs/appli/Example_Segmentation_02.bbs | 5 +++++ 14 files changed, 59 insertions(+) diff --git a/bbtk/bbs/appli/ExampleBars.bbs b/bbtk/bbs/appli/ExampleBars.bbs index 7768a2b..9f3bf52 100644 --- a/bbtk/bbs/appli/ExampleBars.bbs +++ b/bbtk/bbs/appli/ExampleBars.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ColorBar box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load std load wx load creaMaracasVisu diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs index 5988d6c..c151c60 100644 --- a/bbtk/bbs/appli/ExampleColorBar.bbs +++ b/bbtk/bbs/appli/ExampleColorBar.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ColorBar box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load creaMaracasVisu diff --git a/bbtk/bbs/appli/ExampleGaussianSmooth.bbs b/bbtk/bbs/appli/ExampleGaussianSmooth.bbs index a31325e..30c1a37 100644 --- a/bbtk/bbs/appli/ExampleGaussianSmooth.bbs +++ b/bbtk/bbs/appli/ExampleGaussianSmooth.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ImageGaussianSmooth box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + include std include vtk include wx diff --git a/bbtk/bbs/appli/ExampleHistogramView.bbs b/bbtk/bbs/appli/ExampleHistogramView.bbs index b1d2462..8300da7 100644 --- a/bbtk/bbs/appli/ExampleHistogramView.bbs +++ b/bbtk/bbs/appli/ExampleHistogramView.bbs @@ -1,3 +1,9 @@ +description "creaMaracasVisu::HistogramView box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + + + load wx load std load creaMaracasVisu diff --git a/bbtk/bbs/appli/ExamplePlotterView.bbs b/bbtk/bbs/appli/ExamplePlotterView.bbs index 1822488..271ff87 100644 --- a/bbtk/bbs/appli/ExamplePlotterView.bbs +++ b/bbtk/bbs/appli/ExamplePlotterView.bbs @@ -1,3 +1,6 @@ +description "creaMaracasVisu::PlotterView box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" load std diff --git a/bbtk/bbs/appli/ExampleSlideMinMax.bbs b/bbtk/bbs/appli/ExampleSlideMinMax.bbs index 3382af9..6ab16a8 100644 --- a/bbtk/bbs/appli/ExampleSlideMinMax.bbs +++ b/bbtk/bbs/appli/ExampleSlideMinMax.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::SliderMinMax box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load creaMaracasVisu diff --git a/bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug b/bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug index 45ed1d8..89cec79 100644 --- a/bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug +++ b/bbtk/bbs/appli/ExampleTransferFunctionView.bbs_bug @@ -1,3 +1,7 @@ +description "creaMaracasVisu::TransferFunctionView box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load maracasvisu diff --git a/bbtk/bbs/appli/ExampleVOI_01.bbs_bug b/bbtk/bbs/appli/ExampleVOI_01.bbs_bug index bf8edb6..dc4bfb7 100644 --- a/bbtk/bbs/appli/ExampleVOI_01.bbs_bug +++ b/bbtk/bbs/appli/ExampleVOI_01.bbs_bug @@ -1,3 +1,8 @@ + +description "creaMaracasVisu VOI box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load maracasvisu diff --git a/bbtk/bbs/appli/ExampleVOI_02.bbs b/bbtk/bbs/appli/ExampleVOI_02.bbs index d769ba8..265d61c 100644 --- a/bbtk/bbs/appli/ExampleVOI_02.bbs +++ b/bbtk/bbs/appli/ExampleVOI_02.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ContourVOI box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load creaMaracasVisu diff --git a/bbtk/bbs/appli/ExampleViewerMPR.bbs_bug b/bbtk/bbs/appli/ExampleViewerMPR.bbs_bug index 03c8b9d..3cc0791 100644 --- a/bbtk/bbs/appli/ExampleViewerMPR.bbs_bug +++ b/bbtk/bbs/appli/ExampleViewerMPR.bbs_bug @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ViewerMPR box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load vtk diff --git a/bbtk/bbs/appli/ExampleViewerNV_A.bbs b/bbtk/bbs/appli/ExampleViewerNV_A.bbs index 8ae6103..2181be6 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_A.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_A.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ViewerNV box example. 5 0 1 3 = 3D,Z,X,Plane" +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load vtk diff --git a/bbtk/bbs/appli/ExampleViewerNV_B.bbs b/bbtk/bbs/appli/ExampleViewerNV_B.bbs index 5be06d8..f1d9cff 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_B.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_B.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ViewerNV box example. (-1) Z, (1) X " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load vtk diff --git a/bbtk/bbs/appli/ExampleViewerNV_C.bbs b/bbtk/bbs/appli/ExampleViewerNV_C.bbs index 95b6a17..046d2fd 100644 --- a/bbtk/bbs/appli/ExampleViewerNV_C.bbs +++ b/bbtk/bbs/appli/ExampleViewerNV_C.bbs @@ -1,3 +1,7 @@ +description "creaMaracasVisu::ViewerNV box example. (3) PLANE " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + load wx load std load vtk diff --git a/bbtk/bbs/appli/Example_Segmentation_02.bbs b/bbtk/bbs/appli/Example_Segmentation_02.bbs index 879d166..ecc5576 100644 --- a/bbtk/bbs/appli/Example_Segmentation_02.bbs +++ b/bbtk/bbs/appli/Example_Segmentation_02.bbs @@ -1,3 +1,8 @@ +description "creaMaracasVisu::SegmentationConnectivity box example. " +category "example" +author "eduardo.davila@creatis.insa-lyon.fr" + + load std load vtk load wx -- 2.46.1