18 #ifndef __otbLabelMapToVectorDataFilter_h
19 #define __otbLabelMapToVectorDataFilter_h
47 template<
class TLabelMap,
class TVectorData,
48 class TFieldsFunctor = Functor::LabelObjectFieldsFunctor<typename TLabelMap::LabelObjectType> >
95 m_FieldsFunctor = functor;
102 return m_FieldsFunctor;
108 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
113 void operator =(
const Self&);
120 #ifndef OTB_MANUAL_INSTANTIATION