MaCh3  2.4.2
Reference Guide
Public Attributes | List of all members
FunctionalShifter Struct Reference

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...
 
FuncParFuncTypefuncPtr = nullptr
 Pointer to shifting function. More...
 

Detailed Description

Small struct used for applying shifts due to functional params.

Author
Hank Hua

Definition at line 162 of file SampleStructs.h.

Member Data Documentation

◆ funcPtr

FuncParFuncType* FunctionalShifter::funcPtr = nullptr

Pointer to shifting function.

Definition at line 167 of file SampleStructs.h.

◆ valuePtr

const double* FunctionalShifter::valuePtr = nullptr

Pointer to parameter value.

Definition at line 165 of file SampleStructs.h.


The documentation for this struct was generated from the following file: