18 #ifndef __itkGrayscaleMorphologicalOpeningImageFilter_h
19 #define __itkGrayscaleMorphologicalOpeningImageFilter_h
50 template<
class TInputImage,
class TOutputImage,
class TKernel >
69 itkStaticConstMacro(ImageDimension,
unsigned int,
70 TInputImage::ImageDimension);
76 typedef typename TInputImage::SizeType
SizeType;
109 void SetAlgorithm(
int algo);
111 itkGetConstMacro(Algorithm,
int);
115 virtual void Modified()
const;
127 itkSetMacro(SafeBorder,
bool);
128 itkGetConstReferenceMacro(SafeBorder,
bool);
129 itkBooleanMacro(SafeBorder);
135 void PrintSelf(std::ostream & os,
Indent indent)
const;
142 void operator=(
const Self &);
168 #ifndef ITK_MANUAL_INSTANTIATION
169 #include "itkGrayscaleMorphologicalOpeningImageFilter.hxx"