Class ActionChangeModality

All Implemented Interfaces:
ScriptableActionInterface

public class ActionChangeModality extends ActionImageProcessorBase
A script action which changes the image's modality
  • Field Details

    • MODALITY

      private static final String MODALITY
      The label to use for the parameter indicating the new units
      See Also:
  • Constructor Details

    • ActionChangeModality

      public ActionChangeModality()
      Constructor for the dynamic instantiation and execution of the script action.
    • ActionChangeModality

      public ActionChangeModality(ModelImage image)
      Main constructor with parameters for changing the modality
      Parameters:
      image - the input image
  • Method Details