![]() |
MaCh3
2.5.0
Reference Guide
|
Small struct used for applying shifts due to functional params. More...
#include <Samples/SampleStructs.h>
Public Attributes | |
| const M3::float_t * | valuePtr = nullptr |
| Pointer to parameter value. More... | |
| FuncParFuncType * | funcPtr = nullptr |
| Pointer to shifting function. More... | |
Small struct used for applying shifts due to functional params.
Definition at line 181 of file SampleStructs.h.
| FuncParFuncType* FunctionalShifter::funcPtr = nullptr |
Pointer to shifting function.
Definition at line 186 of file SampleStructs.h.
| const M3::float_t* FunctionalShifter::valuePtr = nullptr |
Pointer to parameter value.
Definition at line 184 of file SampleStructs.h.