| genre | Draw |
| status | stable |
| author | Wolf Spindler |
| package | MeVisLab/Standard |
| dll | MLMiscModules |
| definition | MLMiscModules.def |
| see also | Draw2D, Draw3D, RasterFunctions, Mask |
| keywords | raster, voxelization, draw, implicit, function, mask, object |
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.
Use the RasterMacro for a convenience version.
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. |
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. |