A variable returning a floating-point value for a given Particle.
More...
#include <Manager.h>
A variable returning a floating-point value for a given Particle.
Definition at line 146 of file Manager.h.
◆ Var()
Var |
( |
const std::string & |
n, |
|
|
FunctionPtr |
f, |
|
|
const std::string & |
d, |
|
|
const std::string & |
g = "" , |
|
|
const VariableDataType & |
v = VariableDataType::c_double |
|
) |
| |
|
inline |
ctor
Definition at line 149 of file Manager.h.
VarBase(const std::string &n, const std::string &d, const std::string &g, const VariableDataType &v)
ctor
FunctionPtr function
Pointer to function.
◆ extendDescriptionString()
void extendDescriptionString |
( |
const std::string & |
d | ) |
|
|
inlineinherited |
function to extend the description of the variable
Definition at line 139 of file Manager.h.
140 {
142 }
std::string description
Description of what this function does.
◆ description
Description of what this function does.
Definition at line 131 of file Manager.h.
◆ function
Pointer to function.
Definition at line 147 of file Manager.h.
◆ group
◆ name
Unique identifier of the function, used as key.
Definition at line 130 of file Manager.h.
◆ variabletype
data type of variable
Definition at line 133 of file Manager.h.
The documentation for this struct was generated from the following file: