![]() |
MaCh3
2.4.2
Reference Guide
|
Small struct used for applying shifts due to functional params. More...
#include <Samples/SampleStructs.h>
Public Attributes | |
| const double * | 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 162 of file SampleStructs.h.
| FuncParFuncType* FunctionalShifter::funcPtr = nullptr |
Pointer to shifting function.
Definition at line 167 of file SampleStructs.h.
| const double* FunctionalShifter::valuePtr = nullptr |
Pointer to parameter value.
Definition at line 165 of file SampleStructs.h.