]> Creatis software - creaMaracasVisu.git/commitdiff
Fix misstyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 8 Apr 2010 14:48:59 +0000 (14:48 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 8 Apr 2010 14:48:59 +0000 (14:48 +0000)
bbtk/bbs/appli/examplePlaneNPoints.bbs

index 0f686b41059ec4db96876c391b6cdf497cc8728d..51b48328e1ac6eb335203cb8b477bb4f7d3b31c1 100644 (file)
@@ -1,8 +1,7 @@
-description " 3pionts -> 1-planne "
+description " 3points -> 1-plane "
 author "info-dev@creatis.insa-lyon.fr"
 category "example"
 
-
 include vtk/boxes/bbLoadHola
 load vtk
 load wxvtk
@@ -60,7 +59,6 @@ new ImageActor imgactor
        connect viewernv.Renderer1 imgactor.Renderer
        connect planes.Transform3Pts imgactor.Transform
 
-       
 new Viewer2D view2d
 new CommandButton execplanes
        set execplanes.Label "Refresh planes"
@@ -74,7 +72,6 @@ connect showpoints.Widget layoutline0.Widget1
 connect execplanes.Widget layoutline0.Widget2
 connect transferfunc.Widget layoutline0.Widget3
 
-
 new LayoutLine layoutline1
 connect viewernv.Widget layoutline1.Widget1
 
@@ -84,8 +81,6 @@ set mainSplit.Proportion 10
 connect layoutline0.Widget mainSplit.Widget1
 connect layoutline1.Widget mainSplit.Widget2
 
-
 exec mainSplit
 
-
-connect planes.Image3Pts view2d.In
\ No newline at end of file
+connect planes.Image3Pts view2d.In