13 #ifndef MITKLOOKUPTABLESOURCE_H_HEADER_INCLUDED 14 #define MITKLOOKUPTABLESOURCE_H_HEADER_INCLUDED 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;
75 virtual void GraftOutput(OutputType *output);
77 virtual OutputType *GetOutput();
78 virtual const OutputType *GetOutput()
const;
79 virtual OutputType *GetOutput(DataObjectPointerArraySizeType idx);
80 virtual const OutputType *GetOutput(DataObjectPointerArraySizeType idx)
const;
#define MITKDATATYPESEXT_EXPORT
itk::DataObject::Pointer DataObjectPointer
DataCollection - Class to facilitate loading/accessing structured data.
OutputType::Pointer OutputTypePointer
#define mitkClassMacroItkParent(className, SuperClassName)
Base class for all objects which have an object of type mitkLookupTable as output.
mitk::LookupTable OutputType
The LookupTable class mitk wrapper for a vtkLookupTableThis class can be used to color images with a ...