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:207
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:59
virtual ~VolumeRenderingAction()=default
Default Destructor.
The manager of the Image Volume data.
Definition: ImageComponent.h:73
This action perform a volume rendering.
Definition: VolumeRenderingAction.h:44
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: VolumeRenderingAction.cpp:104
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
VolumeRenderingWidget * myWidget
no default widget but a VolumeRenderingWidget displaied when necessary
Definition: VolumeRenderingAction.h:77
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
Definition: VolumeRenderingAction.cpp:112
virtual QWidget * getWidget()
Definition: VolumeRenderingAction.cpp:99
void createVolumeRendering(camitk::ImageComponent *comp)
Definition: VolumeRenderingAction.cpp:142
VolumeRenderingAction(camitk::ActionExtension *)
Default Constructor.
Definition: VolumeRenderingAction.cpp:57