Provided by: libcamitk3-dev_3.2.2-2_amd64 bug

NAME

       camitk-wizard - extension wizard for CamiTK developers

SYNOPSIS

       camitk-wizard [OPTIONS]...

DESCRIPTION

       camitk-wizard is build using CamiTK 3.2
       Please visit http://camitk.imag.fr for more information.
       (c) UJF-Grenoble 1, CNRS, TIMC-IMAG UMR 5525

       camitk-wizard  is  a  developer tool for CamiTK, the Computer Assisted Medical Intervention Tool Kit.  It
       can be used in GUI mode or from the command line in order to generate a ready to compile CamiTK project.

       Running camitk-wizard without any arguments automatically launch the GUI version.

       Using the GUI you can generate a new component extension or a new action extension. It helps you fill all
       the  needed  information  (extension  names, parameters, inheritance...).  It generates a CamiTK core XML
       document and parse them to write C++ classes and CMake configuration.

       Using the command line mode you can generate the component or action extension corresponding to  the  XML
       file given in arguments.

       To  run  camitk-wizard in command line mode, you need to give two arguments: the CamiTK core XML document
       and an directory where the C++ classes and CMake configuration files will be written.

       The targeted users are developers in R&D departments or laboratories.

OPTIONS

       --help|-h
              Print usage information and exit.

       --version|-v
              Print CamiTK version message and exit

       --file|-f file
              input CamiTK CoreSchema XML document describing the extension to generate (need cepDir option)

       --skel|-s
              Generate an empty CEP (needs cepDir option)

       --cepDir|-c dir
              CamiTK Extenion Project directory to use

AUTHORS

       CamiTK and camitk-wizard is currently developed by the UJF-Grenoble 1, CNRS, in the  TIMC-IMAG  UMR  5525
       laboratory.

SEE ALSO

       The full documentation and tutorials for CamiTK are available at <http://camitk.imag.fr>