13 #ifndef IndexedValueFunctorBase_H 14 #define IndexedValueFunctorBase_H 16 #include <itkObject.h> 48 virtual OutputPixelVectorType Compute(
const InputPixelVectorType & value,
const IndexType& currentIndex)
const = 0;
50 virtual unsigned int GetNumberOfOutputs()
const = 0;
65 #endif // IndexedValueFunctorBase_H
itk::Index< 3 > IndexType
itk::SmartPointer< Self > Pointer
ScalarType InputImagePixelType
DataCollection - Class to facilitate loading/accessing structured data.
IndexedValueFunctorBase Self
#define MITKMODELFIT_EXPORT
std::vector< InputImagePixelType > OutputPixelVectorType
IndexedValueFunctorBase()
itk::SmartPointer< const Self > ConstPointer
itk::Array< double > GridArrayType
std::vector< InputImagePixelType > InputPixelVectorType
~IndexedValueFunctorBase() override