Computer Assited Medical Intervention Tool Kit  version 5.0
applications/testactions/main.cpp File Reference
#include <Application.h>
#include <MainWindow.h>
#include <Action.h>
#include <Core.h>
#include <ExtensionManager.h>
#include <Log.h>
#include "CommandLineOptions.hxx"
+ Include dependency graph for applications/testactions/main.cpp:

Functions

int main (int argc, char *argv[])
 Testing tool to check action extension validity. More...
 
void testFailed ()
 
void testInit (std::string msg)
 
void testPassed ()
 
void usage (std::string msg="")
 

Variables

const char * description
 

Function Documentation

◆ main()

◆ testFailed()

void testFailed ( )

Referenced by main().

+ Here is the caller graph for this function:

◆ testInit()

void testInit ( std::string  msg)

Referenced by main().

+ Here is the caller graph for this function:

◆ testPassed()

void testPassed ( )

Referenced by main().

+ Here is the caller graph for this function:

◆ usage()

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

References description, and camitk::Core::version.

Referenced by main().

+ Here is the caller graph for this function:

Variable Documentation

◆ description

const char* description
Initial value:
= "camitk-testactions aims at testing an action extension individually.\n"
"It loads the given action extension library (dll or so), opens the\n"
"given component, and apply all the action that work on the given\n" "component.\n\n"
"Please visit http://camitk.imag.fr for more information.\n"
"(c) Univ. Grenoble Alpes, CNRS, TIMC-IMAG UMR 5525"

Referenced by usage().