Computer Assisted Medical Intervention Tool Kit version 6.0
 
Loading...
Searching...
No Matches
main.cpp File Reference
#include <QCoreApplication>
#include <ExtensionGenerator.h>
#include <CurrentCamiTKVersion.h>
#include <iostream>
#include "CommandLineOptions.hxx"
+ Include dependency graph for applications/extensiongenerator/main.cpp:

Functions

int main (int argc, char *argv[])
 The main of the extension generator application.
 
void usage (std::string msg="")
 

Variables

const char * description
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

The main of the extension generator application.

References options::directory(), options::file(), ExtensionGenerator::generate(), options::help(), cli::exception::print(), usage(), and options::version().

+ Here is the call graph for this function:

◆ usage()

void usage ( std::string  msg = "")

References description, and options::print_usage().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ description

const char* description
Initial value:
= "camitk-extensiongenerator creates CamiTK Extension source code from\n"
"a description given in a .camitk (JSON) file.\n\n"
"Please visit https://camitk.imag.fr for more information.\n"
"(c) Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA, TIMC, France"

Referenced by usage().