13 #ifndef SIMPLEFUNCTOR_POLICY_H 14 #define SIMPLEFUNCTOR_POLICY_H 38 unsigned int GetNumberOfOutputs()
const;
46 inline OutputPixelArrayType
operator()(
const InputPixelArrayType & value,
const IndexType& )
const 50 itkGenericExceptionMacro(<<
"Error. Cannot process operator(). Functor is Null.");
53 OutputPixelArrayType result = m_Functor->Compute(value);
60 FunctorConstPointer m_Functor;
66 #endif // SIMPLEFUNCTORPOLICY_H SimpleFunctorBase::ConstPointer FunctorConstPointer
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
SimpleFunctorBase FunctorType
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
#define MITKMODELFIT_EXPORT
std::vector< mitk::ScalarType > InputPixelArrayType
OutputPixelArrayType operator()(const InputPixelArrayType &value, const IndexType &) const
itk::Index< 3 > IndexType
std::vector< mitk::ScalarType > OutputPixelArrayType