1 #ifndef GRAIL_CURVE_DATA_SNAPSHOT_H
2 #define GRAIL_CURVE_DATA_SNAPSHOT_H
4 #include "../UtilityModel/CurveTypeId.h"
11 CurveTypeId typeId = CurveTypeId::LINEAR;
12 std::string considerationName{};
13 float considerationValue = 0.0f;
14 float curveValue = 0.0f;
Definition: CurveDataSnapshot.h:10