The applications of the CamiTK SDK. More...
Modules | |
Action State Machine (ASM) | |
The Action State Machine (ASM) is a simple pipeline of camitk::Action interpreter, thanks to simple interface. | |
CEP Generator | |
The CEP generator aims at generating a CEP with its content from a describing XML file. | |
Config | |
The config application is used to retrieve information about a CamiTK installation and is used at the configuration step (CMake) of another CEP to indicate where the CamiTK installation is located. | |
Imp | |
Imp is the most famous, used CamiTK application. | |
Test actions | |
Camitk-testactions is able to execute a bench of unit tests on CamiTK actions. | |
Test components | |
Camitk-testcomponents is able to execute a bench of unit tests on CamiTK components. | |
Wizard | |
Wizard is the application which will allows you to generate the "glue" to create your own extensions. | |
The applications of the CamiTK SDK.
CamiTK applications are Qt applications. When featuring end user graphical interfaces, they are composed of several camitk::Viewer. You may inherits the MainWindow class. The MainWindow class is a kind of super presenter : it instantiates and organizes all the viewers in an application GUI. Check the wiki tutorial : create a new application.