![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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. This application use a modified version of SCXML that describes a pipeline of CamiTK actions. 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). Specific things can happen for CamiTK SCXML transition (e.g., apply the selected action before going to the next, closing components...) More... | |
| class | SaveActionState |
| The asm application uses a state machine. This class implements the state of action save. 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.17