1 #File clitkBinaryImageToMesh.ggo
2 package "clitkBinaryImageToMesh"
4 purpose "Get the HU profile along the given line. Output to stdout."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image" string yes
10 option "output" o "Output mesh file prefix (if empty, use input file's base name as prefix; if a directoy, output to it using input file's base name as prefix; otherwise, use given name as prefix" string no
11 option "view" - "View result" flag off