18 #ifndef __itkHMaximaImageFilter_h
19 #define __itkHMaximaImageFilter_h
56 template<
class TInputImage,
class TOutputImage >
80 itkStaticConstMacro(InputImageDimension,
unsigned int,
81 TInputImage::ImageDimension);
82 itkStaticConstMacro(OutputImageDimension,
unsigned int,
83 TOutputImage::ImageDimension);
107 itkSetMacro(FullyConnected,
bool);
108 itkGetConstReferenceMacro(FullyConnected,
bool);
109 itkBooleanMacro(FullyConnected);
112 #ifdef ITK_USE_CONCEPT_CHECKING
126 void PrintSelf(std::ostream & os,
Indent indent)
const;
132 void GenerateInputRequestedRegion();
135 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) );
142 void operator=(
const Self &);
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkHMaximaImageFilter.hxx"