18 #ifndef itkBinaryReconstructionLabelMapFilter_h
19 #define itkBinaryReconstructionLabelMapFilter_h
44 template <
typename TImage,
45 typename TMarkerImage,
46 typename TAttributeAccessor =
47 typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
75 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
83 #ifdef ITK_USE_CONCEPT_CHECKING
103 this->SetInput(input);
110 this->SetMarkerImage(input);
117 itkSetMacro(ForegroundValue, MarkerImagePixelType);
118 itkGetConstMacro(ForegroundValue, MarkerImagePixelType);
126 ThreadedProcessLabelObject(LabelObjectType * labelObject)
override;
129 PrintSelf(std::ostream & os,
Indent indent)
const override;
138 #ifndef ITK_MANUAL_INSTANTIATION
139 # include "itkBinaryReconstructionLabelMapFilter.hxx"