Computer Assited Medical Intervention Tool Kit  version 4.1
Functions | Variables
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"

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()

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

◆ testFailed()

void testFailed ( )

Referenced by main().

◆ testInit()

void testInit ( std::string  msg)

Referenced by main().

◆ testPassed()

void testPassed ( )

Referenced by main().

◆ usage()

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

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

Referenced by main().

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().