17 #ifndef MITKPADIMAGEFILTER_H_HEADER_INCLUDED
18 #define MITKPADIMAGEFILTER_H_HEADER_INCLUDED
42 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
45 itkSetMacro(PadConstant,
int);
48 itkSetMacro(BinaryFilter,
bool);
51 itkSetMacro(LowerThreshold,
int);
54 itkSetMacro(UpperThreshold,
int);
61 virtual void GenerateData()
override;
65 int m_PadConstant, m_LowerThreshold, m_UpperThreshold;
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKALGORITHMSEXT_EXPORT
#define mitkClassMacro(className, SuperClassName)
PadImageFilter class pads the first input image to the size of the second input image. Two Images have to be set. The first image is the image to pad. The second image defines the pad size. It is also possible to use an included binary filter.
Superclass of all classes having one or more Images as input and generating Images as output...