Computer Assited Medical Intervention Tool Kit  version 4.1
Classes

The CamiTK Core Action structure. More...

Classes

class  camitk::Action
 Action class is an abstract class that enables you to build a action (generally on a component). More...
 
class  camitk::ActionExtension
 This class describes what is a generic Action extension. More...
 
class  camitk::ActionWidget
 Build a default widget for a given action using its Qt properties. More...
 

Detailed Description

The CamiTK Core Action structure.

The Action class generalizes the notion of component processing. An action applies a given algorithm to one or several listed components. Generally viewers trigger actions on the currently selected components. Actions may work on [0 ... N] components and may have [0 ... N] input parameters.