Computer Assited Medical Intervention Tool Kit  version 5.0
Application
+ Collaboration diagram for Application:

Classes

class  camitk::Application
 The generic/default application. Once this class is intanciated in the main, everything is setup. The constructor can take the command line arguments. It can also be asked not to load the extensions automatically,see Application(). More...
 
class  camitk::MainWindow
 This class is the base class for your application. It sets up the main window and creates a menubar, toolbar and statusbar (all hidden by default). More...
 
class  camitk::SettingsDialog
 This class controls the settings dialog user interface. More...
 

Detailed Description

The CamiTK Core Application structure. The Application class handle the concept of CamiTK application. When the user wants to create a CamiTK (which 99% statiscally not needed, as the IMP application should be sufficient), it will instantiate this class. The camitk::Application is based on the Qt QApplication class with some CamiTK features. A CamiTK application will have a camitk::MainWindow which will agregate camitk::Viewer in a graphical user interface.

Note
CamiTK application may also be created without graphical user interface.