]> Creatis software - clitk.git/blobdiff - tools/clitkExtrude.ggo
Add like option in clitkExtrude tool
[clitk.git] / tools / clitkExtrude.ggo
index 680d1882686906da38692016424f9839e3040cca..f7a2263398907f4c83b0ce9d2fe08733d2dd8484 100644 (file)
@@ -8,6 +8,7 @@ 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 "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