Raster

MLModule

genre

Draw

author

MeVis Medical Solutions AG

package

MeVisLab/Standard

dll

MLMiscModules

definition

MLMiscModules.def

see also

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 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.

Windows

Default Panel

../../../Modules/ML/MLMiscModules/mhelp/Images/Screenshots/Raster._default.png

Input Fields

input0

name: input0, type: Image

function

name: function, type: RasterFunction/RasterFunctionList(MLBase)

Output Fields

output0

name: output0, type: Image

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)

name: value, type: Double, default: 0

Sets a voxel value to be written if Write is set to Auto.

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.

Value (bgValue)

name: bgValue, type: Double, default: 0

Sets a voxel value to be written if Write is set to Value.