Loading...
Searching...
No Matches
1#ifndef HYDROBRICKS_PARAMETER_H
2#define HYDROBRICKS_PARAMETER_H
8 explicit Parameter(
const string& name,
float val = NAN_F);
12 bool IsLinked()
const {
16 void SetAsLinked(
bool value =
true) {
20 string GetName()
const {
24 void SetName(
const string& name) {
28 float GetValue()
const {
32 float* GetValuePointer() {
36 void SetValue(
float val) {