Go to the source code of this file.
Namespaces | |
| namespace | SLIMutils.Steppers |
Classes | |
| class | OneDimStep1 |
| One-dimensional stepper w/ abs(increment)=1. More... | |
| class | OneDimStepF |
| One-dimensional stepper w/ float abs(increment) Object holds float values to be used only in 'for * in [Stepper]:' loop. More... | |
| class | OneDimStepN |
| One-dimensional stepper w/ fixed number of elements Object holds float values to be used only in 'for * in [Stepper]:' loop. More... | |
| class | MultiDimStep1 |
| Multi-dimensional stepper w/ abs(increments)=1. More... | |
| class | MultiDimStepF |
| Multi-dimensional stepper w/ float abs(increments). More... | |
| class | MultiDimStepN |
| Multi-dimensional stepper w/ fixed number of elements. More... | |
Functions | |
| def | Sign |
| Module-internal sign function. | |
| def | SignDiff |
| Module-internal sign function. | |
Variables | |
| string | __copyright__ |
| string | __license__ |
| tuple | Ns = OneDimStep1(0,-3) |
| list | limits = [[0,1],[4,2]] |
| tuple | NNs = MultiDimStep1(limits) |
1.5.6