| genre | Draw |
| status | work-in-progress |
| authors | Tobias Boskamp, Horst Hahn |
| package | MeVisLab/Standard |
| dll | MLDrawPrimitives |
| definition | MLDrawPrimitives.def |
| keywords | rasterize, disclist, base |
The module DrawPrimitives rasterizes discs of type ml::DiscList into an image.
| Auto Redraw: Bool | Status: String |
| Gray Value: Integer | |
| grayMax: Integer | |
| grayMin: Integer | |
| grayValueOn: Bool | |
| Output Mode: Enum | |
| Redraw: Trigger | |
| redrawOn: Bool |
If pressed, the module rasters the discs into the image anew.
If checked, the module rastersanew on each change of any field.
Defines the rasterization mode.
Values:
| Title | Name | Description |
|---|---|---|
| original min | original min | Uses the input image's minimum value for rasterization. |
| original max | original max | Uses the input image's maximum value for rasterization. |
| user defined | user defined | Uses the value defined in Gray Value for rasterization. |
Sets a gray value for rasterization. Is used if Output Mode is set to user defined.