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

Method SetFunctor

Modules/ModelFit/src/Functors/mitkSimpleFunctorPolicy.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void
32 mitk::SimpleFunctorPolicy::SetFunctor (const mitk::SimpleFunctorBase *functor)
33{
34 if (!functor)
35 {
36 itkGenericExceptionMacro(<< "Error. Functor is Null.");
37 }
38
39 m_Functor = functor;
40}
41
42
43bool

Callers 12

GenerateMethod · 0.45
DoParameterFitMethod · 0.45
GenerateInternalFunction · 0.45
Generate2CXModelDataMethod · 0.45
GenerateETModelDataMethod · 0.45
Generate2TCModelDataMethod · 0.45
Generate1TCModelDataMethod · 0.45

Calls

no outgoing calls

Tested by 1