Object representing no parameters.
More...
#include <GlobalParam.h>
|
double | getGlobalParam (unsigned short, unsigned short) |
| Get global parameter - return zero.
|
|
void | setGlobalParam (double, unsigned short, unsigned short) |
| Set global parameter - do nothing.
|
|
std::vector< std::pair< unsigned short, unsigned short > > | listGlobalParams () |
| list stored global parameters - empty list, no parameters
|
|
Object representing no parameters.
Definition at line 32 of file GlobalParam.h.
◆ getGlobalParam()
double getGlobalParam |
( |
unsigned short |
, |
|
|
unsigned short |
|
|
) |
| |
|
inline |
Get global parameter - return zero.
Definition at line 38 of file GlobalParam.h.
◆ getGlobalUniqueID()
static unsigned short getGlobalUniqueID |
( |
| ) |
|
|
inlinestatic |
Get global unique id = 0 (empty/none)
Definition at line 36 of file GlobalParam.h.
◆ listGlobalParams()
std::vector< std::pair< unsigned short, unsigned short > > listGlobalParams |
( |
| ) |
|
|
inline |
list stored global parameters - empty list, no parameters
Definition at line 42 of file GlobalParam.h.
◆ setGlobalParam()
void setGlobalParam |
( |
double |
, |
|
|
unsigned short |
, |
|
|
unsigned short |
|
|
) |
| |
|
inline |
Set global parameter - do nothing.
Definition at line 40 of file GlobalParam.h.
The documentation for this class was generated from the following file: