13 #ifndef IndexedValueFunctorPolicy_H 14 #define IndexedValueFunctorPolicy_H 40 unsigned int GetNumberOfOutputs()
const;
42 void SetFunctor(
const FunctorType *functor);
49 OutputPixelVectorType operator()(
const InputPixelVectorType & value,
const IndexType& currentIndex)
const;
53 FunctorConstPointer m_Functor;
59 #endif // IndexedValueFunctorPolicy_H MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
FunctorType::InputPixelVectorType InputPixelVectorType
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
#define MITKMODELFIT_EXPORT
FunctorType::OutputPixelVectorType OutputPixelVectorType
IndexedValueFunctorBase::ConstPointer FunctorConstPointer
std::vector< InputImagePixelType > OutputPixelVectorType
FunctorType::IndexType IndexType
std::vector< mitk::ScalarType > OutputPixelArrayType
InputPixelVectorType InputPixelArrayType
std::vector< InputImagePixelType > InputPixelVectorType
IndexedValueFunctorBase FunctorType