| CAMITK-cepgenerator(1) | User Commands | CAMITK-cepgenerator(1) |
NAME¶
camitk-cepgenerator - CamiTK Extension Project skeleton generator
SYNOPSIS¶
camitk-cepgenerator [OPTIONS]...
DESCRIPTION¶
camitk-cepgenerator is build using CamiTK 6.0
Please visit <https://camitk.imag.fr> for more information.
(c) Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA, TIMC, France
camitk-cepgenerator is a developer tool for CamiTK, the Computer Assisted Medical Intervention Tool Kit.
camitk-cepgenerator creates a CamiTK Extension Project (CEP) skeleton from a description given in a XML file (valid CamiTK cepcoreschema language)
Using this command line only you can generate a CEP directory tree and the component and action extension C++ code corresponding to the content of the given XML file.
To successfully run camitk-cepgenerator you need to provide two arguments: the CamiTK core XML document and a 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 CEPCoreSchema XML document describing the extension to
generate (needed).
This should be a valid CEPCoreSchema XML document. The input XML file is mandatory.
- --directory|-d path
- CamiTK Extension Project output directory (needed).
This is the path to the directory where the CEP skeleton files will be generated. The output path is mandatory.
AUTHORS¶
CamiTK and camitk-cepgenerator is mainly developed by the Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA in the TIMC UMR 5525 laboratory (CAMI team).
SEE ALSO¶
Please visit <https://camitk.imag.fr> for more documentation on camitk-cepgenerator
| 2026-01-20 | camitk-cepgenerator 6.0 |