소스 검색

Add image type, fix formatting

Matt Clarkson 11 년 전
부모
커밋
f93e8f3519
1개의 변경된 파일13개의 추가작업 그리고 5개의 파일을 삭제
  1. 13 5
      Libs/CommandLineModules/Testing/Modules/Blur2dImage/ctkCmdLineModuleBlur2dImage.xml

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

@@ -49,12 +49,20 @@ Blur a 2d image.
     <default>/home</default>
     <channel>output</channel>
     </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>
+    <image fileExtensions=".nii,.nrrd">
+      <name>imageVar</name>
+      <index>8</index>
+      <description>Some image</description>
+      <label>Some image</label>
+      <channel>input</channel>
+    </image>
     <double>
       <name>doubleVariable</name>
       <flag>d</flag>