22 #ifndef otbLabelMapFeaturesFunctorImageFilter_h
23 #define otbLabelMapFeaturesFunctorImageFilter_h
25 #include "itkInPlaceLabelMapFilter.h"
52 template <
class TImage,
class TFunctor>
68 itkStaticConstMacro(ImageDimension,
unsigned int, TImage::ImageDimension);
76 if (m_Functor != functor)
111 m_Functor(labelObject);
115 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
118 Superclass::PrintSelf(os, indent);
123 void operator=(
const Self&) =
delete;