13 #ifndef SIMPLEFUNCTORBASE_H 14 #define SIMPLEFUNCTORBASE_H 16 #include <itkObject.h> 44 virtual GridArrayType GetGrid()
const = 0;
46 virtual OutputPixelVectorType Compute(
const InputPixelVectorType & value)
const = 0;
52 virtual unsigned int GetNumberOfOutputs()
const = 0;
65 #endif // SIMPLEFUNCTORBASE_H
itk::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
itk::Array< double > GridArrayType
#define MITKMODELFIT_EXPORT
std::vector< InputImagePixelType > InputPixelVectorType
ScalarType InputImagePixelType
std::vector< InputImagePixelType > OutputPixelVectorType
itk::SmartPointer< const Self > ConstPointer