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

Method GetDebugParameterNames

Modules/ModelFit/src/Functors/mitkModelFitFunctorBase.cpp:176–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176mitk::ModelFitFunctorBase::ParameterNamesType
177mitk::ModelFitFunctorBase::GetDebugParameterNames() const
178{
179 ParameterNamesType result;
180
181 if (this->m_DebugParameterMaps)
182 {
183 result = this->DefineDebugParameterNames();
184 }
185
186 return result;
187};
188
189mitk::ModelFitFunctorBase::
190ModelFitFunctorBase() : m_DebugParameterMaps(false)

Callers 6

ComputeMethod · 0.95
GetNumberOfOutputsMethod · 0.95
DoParameterFitMethod · 0.80
DoFitAndGetResultsMethod · 0.80

Calls 1

Tested by

no test coverage detected