18 #ifndef __itkIsolatedConnectedImageFilter_h
19 #define __itkIsolatedConnectedImageFilter_h
70 template<
class TInputImage,
class TOutputImage >
93 typedef typename InputImageType::IndexType
IndexType;
94 typedef typename InputImageType::SizeType
SizeType;
106 void PrintSelf(std::ostream & os,
Indent indent)
const;
151 this->SetUpper(upperValue);
156 return this->GetUpper();
161 itkSetMacro(IsolatedValueTolerance, InputImagePixelType);
162 itkGetConstReferenceMacro(IsolatedValueTolerance, InputImagePixelType);
168 itkSetMacro(ReplaceValue, OutputImagePixelType);
169 itkGetConstReferenceMacro(ReplaceValue, OutputImagePixelType);
173 itkGetConstReferenceMacro(IsolatedValue, InputImagePixelType);
177 itkSetMacro(FindUpperThreshold,
bool);
178 itkBooleanMacro(FindUpperThreshold);
179 itkGetConstReferenceMacro(FindUpperThreshold,
bool);
184 itkGetConstReferenceMacro(ThresholdingFailed,
bool);
186 #ifdef ITK_USE_CONCEPT_CHECKING
212 void GenerateInputRequestedRegion();
215 void EnlargeOutputRequestedRegion(
DataObject *output);
221 void operator=(
const Self &);
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "itkIsolatedConnectedImageFilter.hxx"