21 #ifndef otbLabelMapWithClassLabelToLabeledSampleListFilter_h
22 #define otbLabelMapWithClassLabelToLabeledSampleListFilter_h
42 template <
class TInputLabelMap,
class TOutputSampleList,
class TOutputTrainingSampleList,
43 class TMeasurementFunctor =
44 Functor::AttributesMapMeasurementFunctor<typename TInputLabelMap::LabelObjectType, typename TOutputSampleList::MeasurementVectorType>>
89 m_MeasurementFunctor = functor;
94 return m_MeasurementFunctor;
101 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
103 void GenerateData()
override;
106 DataObjectPointerType MakeOutput(DataObjectPointerArraySizeType idx)
override;
107 using Superclass::MakeOutput;
111 void operator=(
const Self&) =
delete;
119 #ifndef OTB_MANUAL_INSTANTIATION