| 29 | } |
| 30 | |
| 31 | void |
| 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 | |
| 43 | bool |
no outgoing calls