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

Method SetDecayTimeFunctor

Modules/PET/src/mitkSUVFunctorPolicy.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33mitk::SUVFunctorPolicy::~SUVFunctorPolicy() = default;
34
35void mitk::SUVFunctorPolicy::SetDecayTimeFunctor(const DecayTimeFunctionType& functor)
36{
37 m_Functor = functor;
38}
39
40void mitk::SUVFunctorPolicy::SetInjectedActivity(double a)
41{

Calls

no outgoing calls