ADD_EXECUTABLE(clitkBinaryImageToMesh clitkBinaryImageToMesh.cxx ${clitkBinaryImageToMesh_GGO_C})
TARGET_LINK_LIBRARIES(clitkBinaryImageToMesh ${ITK_LIBRARIES} vtkCommon vtkRendering)
- ADD_EXECUTABLE(clitkMeshViewer clitkMeshViewer.cxx)
+ WRAP_GGO(clitkMeshViewer_GGO_C clitkMeshViewer.ggo)
+ ADD_EXECUTABLE(clitkMeshViewer clitkMeshViewer.cxx ${clitkMeshViewer_GGO_C})
TARGET_LINK_LIBRARIES(clitkMeshViewer vtkCommon vtkRendering)
ENDIF(CLITK_EXPERIMENTAL)
--- /dev/null
+#File clitkMeshViewer.ggo
+package "clitkMeshViewer"
+version "1.0"
+purpose "Visualize a set of meshes"
+usage "clitkMeshViewer FILE1 FILE2 ... [OPTIONS]"
+
+option "config" - "Config file" string no
+option "verbose" v "Verbose" flag off
+
+option "animate" - "Enable animation mode (type p/m to start/stop animation)" flag off
+option "fps" - "Set the animation's frame rate (in fps)" double default="4.0" no