| genre | Unary |
| status | stable |
| author | Jan-Martin Kuhnigk |
| package | MeVisLab/Standard |
| dll | MLBasicModules |
| definition | mlBasicModules.def |
| see also | SubImage, GetVoxelValue |
| keywords | draw, set, voxel, value, position, coordinate |
The module SetVoxelValue overwrites a single voxel in an image with a user-defined value.
| Position: String |
| Position Coordinate System: Enum |
| Position Valid: Bool |
| Up To Date: Bool |
| Update: Trigger |
| Update Mode: Enum |
| Write Value: Double |
Sets the coordinate of the voxel to be modified.
The position is interpreted according to Position Coordinate System.
Sets the value to be written at the specified position.
Shows whether the output image is up-to-date.
Shows whether the position is valid in the attached input image.
Defines the update mode of this module.
Values:
| Title | Name | Description |
|---|---|---|
| Off | Off | Nothing happens if any field changes. |
| Auto Update | AutoUpdate | The module computes anew on any field change. |