![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
The Action State Machine (ASM) is a simple pipeline of camitk::Action interpreter, thanks to simple interface. More...
Classes | |
| class | ActionState |
| The state (in a state machine point of view) corresponding to the current processed action. More... | |
| class | ActionStateMachine |
| This Class describes ActionStateMachine MainWindow extension. More... | |
| class | ActionStateViewer |
| The current action state viewer. More... | |
| class | ActionStateWidget |
| The action save state widget. More... | |
| class | ActionTransition |
| This class handle a transition between two states (including previous/next buttons). More... | |
| class | SaveActionState |
| The asm application uses a state machine. More... | |
The Action State Machine (ASM) is a simple pipeline of camitk::Action interpreter, thanks to simple interface.
Through a simple graphical user interface, the user will apply, step by step a bunch of actions described in a pipeline. The description of the pipeline is done within a XML file, which is taken as an input of the application. The user will have 2 main buttons "previous" and "next" to navigate from a step to another.
1.8.13