Raster¶
-
MLModule¶ genre Drawauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLMiscModulesdefinition MLMiscModules.def see also Draw3D,RasterFunctions,Maskkeywords 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 function. The Base field must contain a RasterFunctionList or a RasterFunction. Such Base fields are usually made available by modules like 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. |