Raster¶
-
MLModule
¶ genre Draw
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLMiscModules
definition MLMiscModules.def see also Draw2D
,Draw3D
,RasterFunctions
,Mask
keywords voxelization
,draw
,implicit
,function
,mask
,object
Purpose¶
The module Raster
rasters a function or a function list into an image.
The raster function(s) needs to be connected to the Base field at input 2. The Base field must contain a RasterFunctionList or a RasterFunction. Such base fields are usually made available by modules like e.g. the RasterFunctions
module.
Usage¶
Use the RasterMacro
for a convenience version.
Input Fields¶
Parameter Fields¶
Visible Fields¶
Write (write)¶
-
name:
write
, type:
Enum
, default:
Maximum
¶ Defines which value is written into the output image for the object.
Values:
Title | Name | Description |
---|---|---|
Minimum | Minimum | Write the minimum value of the image to object voxels. |
Maximum | Maximum | Write the maximum value of the image to object voxels. |
Value | Value | Write the value specified in Value to object voxels. |
Auto | Auto | Write the Value as object voxels. |
Value (value)¶
Write (bgWrite)¶
-
name:
bgWrite
, type:
Enum
, default:
Off
¶ Defines which value is written into the output image for the background.
Values:
Title | Name | Description |
---|---|---|
Off | Off | The original input values are written to the output image. |
Minimum | Minimum | Write the minimum value of the image to non-object voxels. |
Maximum | Maximum | Write the maximum value of the image to non-object voxels. |
Value | Value | Write the value specified in Value to non-object voxels. |