13 #ifndef mitkLookupTableSource_h
14 #define mitkLookupTableSource_h
20 #include "itkProcessObject.h"
38 itkFactorylessNewMacro(Self);
53 itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx)
override;
61 itk::DataObject::Pointer MakeOutput(
const DataObjectIdentifierType &name)
override;
67 void GenerateInputRequestedRegion()
override;
79 virtual OutputType *GetOutput(DataObjectPointerArraySizeType idx);
80 virtual const OutputType *GetOutput(DataObjectPointerArraySizeType idx)
const;