18 #ifndef itkIsoContourDistanceImageFilter_h
19 #define itkIsoContourDistanceImageFilter_h
58 template <
typename TInputImage,
typename TOutputImage>
82 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
83 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 using PixelType =
typename OutputImageType::PixelType;
123 itkSetMacro(NarrowBanding,
bool);
124 itkGetConstMacro(NarrowBanding,
bool);
125 itkBooleanMacro(NarrowBanding);
138 #ifdef ITK_USE_CONCEPT_CHECKING
155 PrintSelf(std::ostream & os,
Indent indent)
const override;
158 ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId)
override;
163 itkExceptionMacro(
"This class requires threadId so it must use classic multi-threading model");
167 GenerateData()
override;
170 ThreaderFullCallback(
void * arg);
173 ThreadedGenerateDataFull(
const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId);
176 ThreadedGenerateDataBand(
const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId);
179 BeforeThreadedGenerateData()
override;
182 GenerateInputRequestedRegion()
override;
185 EnlargeOutputRequestedRegion(
DataObject *)
override;
194 const std::vector<OffsetValueType> & stride);
210 #ifndef ITK_MANUAL_INSTANTIATION
211 # include "itkIsoContourDistanceImageFilter.hxx"