ROISelect¶
-
MacroModule
¶ genre Subimage
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition viewers.def see also View2D
,OrthoView2D
keywords voi
,region
,volume
,interest
,subimage
,timepoints
Purpose¶
The module ROISelect
selects a cuboid sub volume (VOI) from an input image.
Output Fields¶
Parameter Fields¶
Field Index¶
All : Bool |
currentPos : Vector3 |
Layout : Enum |
allowDraw : Bool |
currentPosColor : Color |
limit : Float |
annotationColor : Color |
currentPosCtrlListen : Enum |
Reset (resetAll) : Trigger |
annotationOn : Bool |
currentPosOn : Enum |
reset (reset) : Bool |
annotFontSize : Enum |
currentPosShiftListen : Enum |
restriction : Enum |
annotHorizontalRuler : Bool |
Edit Mode : Enum |
startVoxelX : Double |
annotShowAnnot : Enum |
editModeFieldDisable : Bool |
startVoxelY : Double |
annotShowOrientation : Enum |
endVoxelX : Double |
startVoxelZ : Double |
annotVerticalRuler : Bool |
endVoxelY : Double |
startWorldPos : Vector3 |
borderColor : Color |
endVoxelZ : Double |
Timepoint : Integer |
boxBlend : Float |
endWorldPos : Vector3 |
unit : String |
boxColor : Color |
extraViewLowerLeft : Vector2 |
useGlobalInputImage : Bool |
boxCtrlListen : Enum |
extraViewUpperRight : Vector2 |
usePreview : Bool |
boxOn : Bool |
grayCenter : Double |
worldPosition : Vector3 |
boxShiftListen : Enum |
grayWidth : Double |
Visible Fields¶
Edit Mode¶
-
name:
editMode
, type:
Enum
, default:
Edit
¶ Defines the edit / navigation mode.
Values:
Title | Name |
---|---|
Edit | Edit |
Navigate | Navigate |
All¶
-
name:
allTimepoints
, type:
Bool
, default:
TRUE
¶ If checked, the VOI is selected over all available time points.
Timepoint¶
-
name:
timepoint
, type:
Integer
, default:
0
, minimum:
0
, maximum:
view.maxTimePoint
¶ Sets the current time point.
Layout¶
-
name:
layout
, type:
Enum
, default:
LAYOUT_ROW_EQUAL
¶ Defines the layout of the viewer(s).
Values:
Title | Name |
---|---|
Axial | LAYOUT_AXIAL |
Sagittal | LAYOUT_SAGITTAL |
Coronal | LAYOUT_CORONAL |
Cube | LAYOUT_CUBE |
Cube Equal | LAYOUT_CUBE_EQUAL |
Cube Customized | LAYOUT_CUBE_CUSTOMIZED |
Row | LAYOUT_ROW |
Row Equal | LAYOUT_ROW_EQUAL |
Row Axialextra | LAYOUT_ROW_AXIALEXTRA |
Column | LAYOUT_COLUMN |
Column Equal | LAYOUT_COLUMN_EQUAL |
Hidden | LAYOUT_HIDDEN |