SoView2DVoxelView¶
-
InventorModule
¶ genre View2D
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoView2D
definition view2d.def see also SoView2D
inherits from SoView2DExtension
keywords extension
,image
,coordinate
,value
,pixel
,examine
,detailed
,inspector
Purpose¶
The module SoView2DVoxelView
shows the values of each visible voxel as a number / tuple of numbers instead of as a gray value or a color.
This depends on the image’s data type.
Parameter Fields¶
Field Index¶
alt : Enum |
cursorShape : Enum |
Num Row Components : Integer |
button1 : Enum |
Default Alpha : Float |
On : Bool |
button2 : Enum |
Default Fit String : String |
Outlines : Bool |
button3 : Enum |
editingOn : Bool |
renderOnSlab : Bool |
Center dots : Bool |
fixZOn : Bool |
selectionTolerance : Float |
clipToSlice : Bool |
Font Size : Float |
setEventHandled : Bool |
Color : Color |
ignoreHandledEvents : Bool |
shift : Enum |
Commas : Bool |
interactionProviderID : String |
Use LUT : Bool |
control : Enum |
maskValid : Bool |
Values : Bool |
Corner dots : Bool |
needsValidVoxel : Bool |
wantsAllEvents : Bool |
createNewMode : Bool |
Num Coordinate Components : Integer |
wantsKeyEvents : Bool |
createNewModeRequest : Trigger |
Num Precision Digits : Integer |
wantsMouseWheelEvents : Bool |
Visible Fields¶
On¶
-
name:
drawingOn
, type:
Bool
, default:
TRUE
¶ If checked, the module renders the voxel values as an overlay.
see also SoView2DExtension.drawingOn
Color¶
-
name:
color
, type:
Color
, default:
1 1 1
¶ Sets the color of the rendering if no LUT is used.
see also SoView2DExtension.color
Values¶
-
name:
drawVoxelValues
, type:
Bool
, default:
TRUE
¶ If checked, voxel values are rendered as numbers.
Default Fit String¶
-
name:
defaultFitString
, type:
String
, default:
123
¶ Sets a string which must fit into a voxel to show any text in it.
Center dots¶
-
name:
drawCenterDots
, type:
Bool
, default:
FALSE
¶ If checked, the center pixel of each voxel is drawn.
Corner dots¶
-
name:
drawCornerDots
, type:
Bool
, default:
FALSE
¶ If checked, the the four corner pixels of each voxel are drawn.
Commas¶
-
name:
useCommas
, type:
Bool
, default:
TRUE
¶ If checked, commas between components of non scalar voxels are drawn.
Default Alpha¶
-
name:
defaultAlpha
, type:
Float
, default:
0.5
, minimum:
0
, maximum:
1
¶ Sets the transparency value of all drawings if no LUT is used.
Num Coordinate Components¶
-
name:
numCoordinateComponents
, type:
Integer
, default:
0
, minimum:
0
, maximum:
6
¶ Sets the number of shown 6D position components.
Num Row Components¶
-
name:
numRowComponents
, type:
Integer
, default:
0
, minimum:
0
, maximum:
256
¶ Sets the number of voxel components per row.