Class ActionSelectAllVOIs
- java.lang.Object
- 
- gov.nih.mipav.model.scripting.actions.ActionBase
- 
- gov.nih.mipav.model.scripting.actions.ActionImageProcessorBase
- 
- gov.nih.mipav.model.scripting.actions.ActionSelectAllVOIs
 
 
 
- 
- All Implemented Interfaces:
- ScriptableActionInterface
 
 public class ActionSelectAllVOIs extends ActionImageProcessorBase 
- 
- 
Field Summary- 
Fields inherited from class gov.nih.mipav.model.scripting.actions.ActionImageProcessorBaseINPUT_IMAGE_LABEL, recordingInputImage, recordingResultImage
 - 
Fields inherited from class gov.nih.mipav.model.scripting.actions.ActionBaseisScript
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActionSelectAllVOIs()Constructor for the dynamic instantiation and execution of the SelectAllVOIs script action.ActionSelectAllVOIs(ModelImage input)Constructor used to record the SelectAllVOIs script action line.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinsertScriptLine()If a script is being recorded and the action (read: algorithm) is done, add an entry for this action.voidscriptRun(ParameterTable parameters)Sets up the action dialog state and then executes it.- 
Methods inherited from class gov.nih.mipav.model.scripting.actions.ActionImageProcessorBasecreateInputImageParameter, isImageStoredInRecorder, setInputImage, setResultImage, storeImageInRecorder, storeImageInRunner
 - 
Methods inherited from class gov.nih.mipav.model.scripting.actions.ActionBasegetActionName, getActionName, isScript, setIsScript
 
- 
 
- 
- 
- 
Constructor Detail- 
ActionSelectAllVOIspublic ActionSelectAllVOIs() Constructor for the dynamic instantiation and execution of the SelectAllVOIs script action.
 - 
ActionSelectAllVOIspublic ActionSelectAllVOIs(ModelImage input) Constructor used to record the SelectAllVOIs script action line.- Parameters:
- input- The image which had its VOIs saved.
 
 
- 
 - 
Method Detail- 
insertScriptLinepublic void insertScriptLine() Description copied from class:ActionImageProcessorBaseIf a script is being recorded and the action (read: algorithm) is done, add an entry for this action.- Specified by:
- insertScriptLinein interface- ScriptableActionInterface
- Specified by:
- insertScriptLinein class- ActionImageProcessorBase
 
 - 
scriptRunpublic void scriptRun(ParameterTable parameters) Description copied from class:ActionImageProcessorBaseSets up the action dialog state and then executes it.- Specified by:
- scriptRunin interface- ScriptableActionInterface
- Specified by:
- scriptRunin class- ActionImageProcessorBase
- Parameters:
- parameters- Table of parameters for the script to use.
 
 
- 
 
-