MCPcopy Create free account
hub / github.com/MITK/MITK / GetParameterNames

Method GetParameterNames

Modules/ModelFit/src/Models/mitkLinearModel.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91mitk::LinearModel::ParameterNamesType
92mitk::LinearModel::GetParameterNames() const
93{
94 ParameterNamesType result;
95 result.push_back(NAME_PARAMETER_b);
96 result.push_back(NAME_PARAMETER_y0);
97 return result;
98};
99
100mitk::LinearModel::ParamterUnitMapType mitk::LinearModel::GetParameterUnits() const
101{

Callers 5

OnModellSetMethod · 0.45
OnModellSetMethod · 0.45
OnModellSetMethod · 0.45

Calls

no outgoing calls

Tested by 1