18 #ifndef __itkDoubleThresholdImageFilter_h
19 #define __itkDoubleThresholdImageFilter_h
53 template<
class TInputImage,
class TOutputImage >
116 itkSetMacro(FullyConnected,
bool);
117 itkGetConstReferenceMacro(FullyConnected,
bool);
118 itkBooleanMacro(FullyConnected);
121 #ifdef ITK_USE_CONCEPT_CHECKING
137 void PrintSelf(std::ostream & os,
Indent indent)
const;
142 void GenerateInputRequestedRegion();
146 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) );
155 void operator=(
const Self &);
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkDoubleThresholdImageFilter.hxx"