]> Creatis software - bbtk.git/commitdiff
Change default values
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 16 Oct 2008 08:29:17 +0000 (08:29 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 16 Oct 2008 08:29:17 +0000 (08:29 +0000)
packages/demo/bbs/appli/demoFiltering1.bbs

index 4ed008470f3fdedc5cbc9beb161fb7e0e36ac749..a9244b130266168da20286482ad7f57357e90df5 100644 (file)
@@ -131,8 +131,8 @@ new Viewer3D  viewernvImagethreshold3D
 
 new IsoSurfaceExtractor  isoextractorthreshold
   connect threshold.Out isoextractorthreshold.In
-  set isoextractorthreshold.Opacity 1
-  set isoextractorthreshold.Isovalue 10
+  set isoextractorthreshold.Opacity 1.0
+  set isoextractorthreshold.Isovalue 100
   connect colourUpper.Out isoextractorthreshold.Colour  
   connect viewernvImagethreshold3D.Renderer    isoextractorthreshold.Renderer
 
@@ -144,8 +144,8 @@ new Viewer3D  viewernvImageSmooth3D
 
 new IsoSurfaceExtractor  isoextractorsmooth
   connect smooth.Out isoextractorsmooth.In
-  set isoextractorsmooth.Opacity 1
-  set isoextractorsmooth.Isovalue 10
+  set isoextractorsmooth.Opacity 0.2
+  set isoextractorsmooth.Isovalue 200
   connect colourLower.Out isoextractorsmooth.Colour
   connect viewernvImageSmooth3D.Renderer       isoextractorsmooth.Renderer
 
@@ -176,7 +176,7 @@ new LayoutLine toolLayout
 //new ImageWriter imw
 //  connect smooth.Out imw.In
   connect refresh.BoxChange smooth.BoxExecute
-//  set imw.Filename "/home/jpr/t8_eau_smooth.mhd"  
+
 
 #---------------------------------------------------------------------
 new LayoutSplit splitUp