13 #ifndef mitkPadImageFilter_h
14 #define mitkPadImageFilter_h
38 itkFactorylessNewMacro(
Self);
43 itkSetMacro(PadConstant,
int);
46 itkSetMacro(BinaryFilter,
bool);
49 itkSetMacro(LowerThreshold,
int);
52 itkSetMacro(UpperThreshold,
int);
62 template <
typename SourceImageType>
66 int m_PadConstant, m_LowerThreshold, m_UpperThreshold;
#define MITKALGORITHMSEXT_EXPORT
Superclass of all classes generating Images (instances of class Image) as output.
Superclass of all classes having one or more Images as input and generating Images as output.
PadImageFilter class pads the first input image to the size of the second input image....
void GenerateData() override
mitkClassMacro(PadImageFilter, ImageToImageFilter)
~PadImageFilter() override
Find image slices visible on a given plane.