| genre | FlowControl |
| status | stable |
| author | Thusitha Parakrama |
| package | MeVisLab/Standard |
| dll | MLMiscModules |
| definition | MLMiscModules.def |
| see also | Switch, SoSwitch |
| keywords | level, switch, size, scale, select, inputs, oneofn, selector |
The module LevelSwitch switches the input image according to a value Input Level falling into any of six intervals defined by the Level fields.
| Current Input: Integer |
| Input Level: Double |
| Level 0: Double |
| Level 1: Double |
| Level 2: Double |
| Level 3: Double |
| Level 4: Double |
| Sort Level Values: Bool |
Shows the number of the current input image.
If no interval can be identified from the Level values, input six is bypassed to the output image.
Sets the level value which is searched in the six intervals
- ]inf, Level 0]
- [Level 0, Level 1]
- [Level 1, Level 2]
- [Level 2, Level 3]
- [Level 3, Level 4]
- [Level 4, inf[
to select any of the inputs 0-5, respectively.
Note that lower inputs/intervals have priority if more than one interval could be selected.
If checked, all level values are sorted on each change.
Sets the first interval ]inf, Level 0] corresponding to the first input image.
If the Input Level is inside this interval the image input 0 is selected to be bypassed to the output.
Sets the first interval [Level 0, Level 1] corresponding to the first input image.
If the Input Level is inside this interval the image input 1 is selected to be bypassed to the output.
Sets the first interval [Level 1, Level 2] corresponding to the first input image.
If the Input Level is inside this interval the image input 2 is selected to be bypassed to the output.
Sets the first interval [Level 2, Level 3] corresponding to the first input image.
If the Input Level is inside this interval the image input 3 is selected to be bypassed to the output.
Sets the first interval [Level 3, Level 4] corresponding to the first input image.
If the Input Level is inside this interval the image input 4 is selected to be bypassed to the output.