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

Method GetParameterUnits

Modules/ModelFit/src/Models/mitkModelBase.cpp:32–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32mitk::ModelBase::ParamterUnitMapType
33mitk::ModelBase::GetParameterUnits() const
34{
35 ParamterUnitMapType result;
36 ParameterNamesType names = GetParameterNames();
37
38 for (ParameterNamesType::iterator pos = names.begin(); pos != names.end(); ++pos)
39 {
40 result.insert(std::make_pair(*pos, ""));
41 }
42
43 return result;
44};
45
46mitk::ModelBase::DerivedParamterScaleMapType
47mitk::ModelBase::GetDerivedParameterScales() const

Callers 6

OnModellSetMethod · 0.45
OnModellSetMethod · 0.45
OnModellSetMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1