]> Creatis software - clitk.git/blob - clitkBinaryImageToMesh.ggo
3381298cfe8a5488903f12385bd10d7580e46ee4
[clitk.git] / clitkBinaryImageToMesh.ggo
1 #File clitkBinaryImageToMesh.ggo
2 package "clitkBinaryImageToMesh"
3 version "1.0"
4 purpose "Converts a binary image into a mesh object."
5
6 option "config"   - "Config file"   string  no
7 option "verbose"  v     "Verbose"   flag  off
8
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 ; if names ends with .vtk the output is written as a vtkPolyData file"  string  no
11 option "view"    - "View result"        flag    off