Forráskód Böngészése

Add image type, fix formatting

Matt Clarkson 11 éve
szülő
commit
f93e8f3519

+ 13 - 5
Libs/CommandLineModules/Testing/Modules/Blur2dImage/ctkCmdLineModuleBlur2dImage.xml

@@ -49,12 +49,20 @@ Blur a 2d image.
     <default>/home</default>
     <default>/home</default>
     <channel>output</channel>
     <channel>output</channel>
     </directory>
     </directory>
-    <geometry fileExtensions=".jpg,.txt">
-    <name>geomVar</name>
-    <index>7</index>
-    <description>Some geom</description>
-    <label>Some geom</label>
+    <geometry fileExtensions=".vtk,.vtp">
+      <name>geomVar</name>
+      <index>7</index>
+      <description>Some geom</description>
+      <label>Some geom</label>
+      <channel>output</channel>
     </geometry>
     </geometry>
+    <image fileExtensions=".nii,.nrrd">
+      <name>imageVar</name>
+      <index>8</index>
+      <description>Some image</description>
+      <label>Some image</label>
+      <channel>input</channel>
+    </image>
     <double>
     <double>
       <name>doubleVariable</name>
       <name>doubleVariable</name>
       <flag>d</flag>
       <flag>d</flag>