17 #ifndef MITKLOOKUPTABLESOURCE_H_HEADER_INCLUDED
18 #define MITKLOOKUPTABLESOURCE_H_HEADER_INCLUDED
24 #include "itkProcessObject.h"
55 virtual
itk::DataObject::
Pointer MakeOutput(DataObjectPointerArraySizeType idx) override;
63 virtual
itk::DataObject::
Pointer MakeOutput(const DataObjectIdentifierType &name) override;
69 void GenerateInputRequestedRegion() override;
77 virtual
void GraftOutput(OutputType *output);
79 virtual OutputType *GetOutput();
80 virtual const OutputType *GetOutput() const;
81 virtual OutputType *GetOutput(DataObjectPointerArraySizeType idx);
82 virtual const OutputType *GetOutput(DataObjectPointerArraySizeType idx) const;
86 virtual ~LookupTableSource();
#define MITKDATATYPESEXT_EXPORT
itk::DataObject::Pointer DataObjectPointer
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacroItkParent(className, SuperClassName)
Base class for all objects which have an object of type mitkLookupTable as output.
The LookupTable class mitk wrapper for a vtkLookupTableThis class can be used to color images with a ...