25 #ifndef VOLUMERENDERINGACTION_H
26 #define VOLUMERENDERINGACTION_H
85 #endif // VOLUMERENDERINGACTION_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
virtual QWidget * getWidget()
QString volumeName
Name given to the Volume rendering actor attached to the Volume Rendering subComponant of a volume im...
Definition: VolumeRenderingAction.h:81
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
This action perform a volume rendering.
Definition: VolumeRenderingAction.h:44
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
VolumeRenderingWidget * myWidget
no default widget but a VolumeRenderingWidget displaied when necessary
Definition: VolumeRenderingAction.h:77
virtual ~VolumeRenderingAction()
Default Destructor.
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
void createVolumeRendering(camitk::ImageComponent *comp)
VolumeRenderingAction(camitk::ActionExtension *)
Default Constructor.