Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetSample
Method
SetSample
Modules/ModelFit/src/Functors/mitkMVModelFitCostFunction.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void mitk::MVModelFitCostFunction::SetSample(const SignalType &sampleSet)
70
{
71
itkDebugMacro(
"setting Sample to "
<< sampleSet);
72
this->m_Sample = sampleSet;
73
this->Modified();
74
}
75
Callers
6
mitkMVConstrainedCostFunctionDecoratorTest
Function · 0.45
GetCriteria
Method · 0.45
GenerateCostFunction
Method · 0.45
GetEvaluationParameters
Method · 0.45
GetCriteria
Method · 0.45
GenerateCostFunction
Method · 0.45
Calls
1
Modified
Method · 0.45
Tested by
1
mitkMVConstrainedCostFunctionDecoratorTest
Function · 0.36