MCPcopy 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
69void 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

GetCriteriaMethod · 0.45
GenerateCostFunctionMethod · 0.45
GetCriteriaMethod · 0.45
GenerateCostFunctionMethod · 0.45

Calls 1

ModifiedMethod · 0.45