25 #ifndef RESAMPLEACTION_H
26 #define RESAMPLEACTION_H
ResampleAction rescales an image to the given number of pixels, the output scalar type can be changed...
Definition: ResampleAction.h:36
virtual ~ResampleAction()
Default Destructor.
Definition: ResampleAction.cpp:84
virtual camitk::Action::ApplyStatus apply()
method called when the action is applied
Definition: ResampleAction.cpp:115
ScalarType
output type of the resampling
Definition: ResampleAction.h:46
@ UNSIGNED_CHAR
Definition: ResampleAction.h:48
@ CHAR
Definition: ResampleAction.h:49
@ DOUBLE
Definition: ResampleAction.h:55
@ UNSIGNED_INT
Definition: ResampleAction.h:52
@ FLOAT
Definition: ResampleAction.h:54
@ SHORT
Definition: ResampleAction.h:51
@ SAME_AS_INPUT
Definition: ResampleAction.h:47
@ UNSIGNED_SHORT
Definition: ResampleAction.h:50
@ INT
Definition: ResampleAction.h:53
ResampleAction(camitk::ActionExtension *)
Default Constructor.
Definition: ResampleAction.cpp:44
virtual QWidget * getWidget()
Required to update the resize values to half of the currently selected image size.
Definition: ResampleAction.cpp:89
This class describes what is a generic Action extension.
Definition: ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition: Action.h:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225
The manager of the Image Volume data.
Definition: ImageComponent.h:77