Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
Interaction and Undo Classes

This category includes classes that support the developer to create software that allows the user to interact with the data. More...

Collaboration diagram for Interaction and Undo Classes:

Modules

 Interaction Classes
 This subcategory includes interaction classes (subclasses of mitk::StateMachine) that change the data according to the input of the user.
 
 Undo Classes
 This subcategory includes the undo/redo-specific classes.
 

Detailed Description

This category includes classes that support the developer to create software that allows the user to interact with the data.

This includes complex interactions that have multiple states (e.g., moving a handle of an active contour vs changing its local elasicity) and a concept to realize an undo/redo-mechanism.

A detailed description of the rationale for these classes can be found in Interaction and Undo/Redo Concepts.