18 #ifndef __itkBinaryClosingByReconstructionImageFilter_h
19 #define __itkBinaryClosingByReconstructionImageFilter_h
48 template<
class TInputImage,
class TKernel>
93 itkSetMacro(FullyConnected,
bool);
94 itkGetConstReferenceMacro(FullyConnected,
bool);
95 itkBooleanMacro(FullyConnected);
101 void PrintSelf(std::ostream& os,
Indent indent)
const;
108 void GenerateInputRequestedRegion();
112 void GenerateData ();
116 void operator=(
const Self&);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkBinaryClosingByReconstructionImageFilter.hxx"