MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / setValueScalar

Method setValueScalar

include/DataGeneric.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void setValueScalar(const ElementEnum Element, const double Value)
83 {
84 _Data.at(Element).fill(Value);
85 }
86
87 /** check if element exists */
88 bool checkElement(const ElementEnum Element) const

Callers 4

CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80
setTimestampMethod · 0.80
EvaluateCostSurfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected