21 #ifndef otbThresholdImageToPointSetFilter_h
22 #define otbThresholdImageToPointSetFilter_h
25 #include "itkPointSet.h"
26 #include "itkConceptChecking.h"
38 template <
class TInputImage,
class TOutputPo
intSet = itk::Po
intSet<
typename TInputImage::PixelType, 2>>
42 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
60 typedef typename Superclass::InputImageType::SizeType
SizeType;
61 typedef typename Superclass::InputImageType::IndexType
IndexType;
68 #ifdef ITK_USE_CONCEPT_CHECKING
70 itkConceptMacro(PixelConvertibleToPointSetDataType, (itk::Concept::Convertible<InputPixelType, typename PointDataContainerType::Element>));
85 void ThreadedGenerateData(
const InputImageRegionType& inputRegionForThread, itk::ThreadIdType threadId)
override;
87 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
91 void operator=(
const Self&) =
delete;
98 #ifndef OTB_MANUAL_INSTANTIATION