]> Creatis software - clitk.git/blobdiff - tools/clitkExtrude.ggo
Reindentation of the ggo file
[clitk.git] / tools / clitkExtrude.ggo
index 680d1882686906da38692016424f9839e3040cca..8dae45dad8d64a6edac4c6008d4ea055bbc1e314 100644 (file)
@@ -3,11 +3,12 @@ package "clitkExtrude"
 version "1.0"
 purpose "Extrude an image i along the last+1 dimension repeating the image N times. So the output has 1 dimension more than the input."
 
-option "config"   - "Config file"                   string  optional
-option "verbose"  v "Verbose"                       flag    off
+option "config"   - "Config file"                               string  optional
+option "verbose"  v "Verbose"                                   flag    off
 
-option "input"    i "Input image filename"          string  required
-option "output"   o "Output image filename"         string  required
-option "size"     N "Size in pixel of extrusion"    int     yes
-option "spacing"  s "Spacing of the new dimension"  double  no        default="1.0"
-option "origin"   - "Origin of the new dimension"   double  no        default="0.0"
+option "input"    i "Input image filename"                      string  required
+option "output"   o "Output image filename"                     string  required
+option "size"     N "Size in pixel of extrusion"                int     no        default="1"
+option "spacing"  s "Spacing of the new dimension"              double  no        default="1.0"
+option "origin"   - "Origin of the new dimension"               double  no        default="0.0"
+option "like"     l "Size, spacing and origin like this image"  string  no