Class ActionPaintToVOI

All Implemented Interfaces:
ScriptableActionInterface

public class ActionPaintToVOI extends ActionImageProcessorBase
A script action which generates a VOI based on the paint mask of an image.
  • Constructor Details

    • ActionPaintToVOI

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

      public ActionPaintToVOI(ModelImage inputImage)
      Constructor used to record the PaintToVOI script action line.
      Parameters:
      inputImage - The image containg the paint mask which was used to generate the VOI.
  • Method Details