]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/boxes/imageVtkPropertiesWidget.bbs
no message
[bbtk.git] / packages / toolsbbtk / bbs / boxes / imageVtkPropertiesWidget.bbs
index edd9475b77f2b308e8e1cdd17f6dff504f32343c..3f664c6898a41d2ead7f8e505ef8efcf89d1cde4 100644 (file)
@@ -5,8 +5,8 @@
 
 include std
 include itkvtk
-include itk
 include wx
+include vtk
 
 define ImageVtkPropertiesWidget toolsbbtk
 
@@ -15,16 +15,8 @@ description "Description ??"
 
 category "<VOID>"
 
-new ImageProperties Box00
-
 new OutputText Box02
-  set Box02.Title "Dimension"
-
-new OutputText Box14
-  set Box14.Title "Index"
-
-new LayoutLine Box15
-  set Box15.WinTitle "Image Properties"
+  set Box02.Title "Dimensions"
 
 new OutputText Box17
   set Box17.Title "Size"
@@ -38,31 +30,38 @@ new OutputText Box22
 new OutputText Box26
   set Box26.Title "Min Max"
 
+new ImageVtkProperties Box09
+
+new OutputText Box10
+  set Box10.Title "Components"
+
+new LayoutLine Box11
+  set Box11.WinTitle "Image properties"
+
 
-connect Box00.Dimension Box02.In
-connect Box00.Index Box14.In
-connect Box00.Size Box17.In
-connect Box00.TypeName Box22.In
-connect Box00.MinMax Box26.In
-connect Box00.Spacing Box20.In
-connect Box02.Widget Box15.Widget1
-connect Box14.Widget Box15.Widget2
-connect Box17.Widget Box15.Widget3
-connect Box20.Widget Box15.Widget4
-connect Box22.Widget Box15.Widget5
-connect Box26.Widget Box15.Widget6
+connect Box09.Components Box10.In
+connect Box09.MinMax Box26.In
+connect Box09.Size Box17.In
+connect Box09.Spacing Box20.In
+connect Box09.TypeName Box22.In
+connect Box02.Widget Box11.Widget1
+connect Box10.Widget Box11.Widget2
+connect Box17.Widget Box11.Widget3
+connect Box20.Widget Box11.Widget4
+connect Box22.Widget Box11.Widget5
+connect Box26.Widget Box11.Widget6
+connect Box09.Dimension Box02.In
 
 
 # Complex input ports
-input in Box00.In " "
+input in Box09.In " "
 
 # Complex output ports
-output widget Box15.Widget " "
-output Dimensions Box00.Dimension " "
-output Index Box00.Index " "
-output MinMax Box00.MinMax " "
-output Size Box00.Size " "
-output Spacing Box00.Spacing " "
-output TypeName Box00.TypeName " "
+output widget Box11.Widget " "
+output Dimensions Box09.Dimension " "
+output MinMax Box09.MinMax " "
+output Size Box09.Size " "
+output Spacing Box09.Spacing " "
+output TypeName Box09.TypeName " "
 
 endefine