Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkSimpleFunctorPolicy_h
14 #define mitkSimpleFunctorPolicy_h
38 unsigned int GetNumberOfOutputs()
const;
50 itkGenericExceptionMacro(<<
"Error. Cannot process operator(). Functor is Null.");
60 FunctorConstPointer m_Functor;
itk::Index< 3 > IndexType
SimpleFunctorBase::ConstPointer FunctorConstPointer
OutputPixelArrayType operator()(const InputPixelArrayType &value, const IndexType &) const
std::vector< mitk::ScalarType > OutputPixelArrayType
#define MITKMODELFIT_EXPORT
Find image slices visible on a given plane.
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
std::vector< mitk::ScalarType > InputPixelArrayType
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
SimpleFunctorBase FunctorType