21 #ifndef otbLabelMapToSampleListFilter_h
22 #define otbLabelMapToSampleListFilter_h
26 #include "itkProcessObject.h"
43 template <
class TInputLabelMap,
class TOutputSampleList,
44 class TMeasurementFunctor =
45 Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
89 m_MeasurementFunctor = functor;
94 return m_MeasurementFunctor;
101 void GenerateData()
override;
104 DataObjectPointerType MakeOutput(DataObjectPointerArraySizeType idx)
override;
105 using Superclass::MakeOutput;
107 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
111 void operator=(
const Self&) =
delete;
119 #ifndef OTB_MANUAL_INSTANTIATION