21 #ifndef otbJointMassOfBeliefFilter_h
22 #define otbJointMassOfBeliefFilter_h
24 #include "itkProcessObject.h"
40 template <
class TMassFunction>
59 typedef typename MassFunctionType::LabelType
LabelType;
60 typedef typename MassFunctionType::MassType
MassType;
65 using Superclass::PushBackInput;
69 using Superclass::PushFrontInput;
73 using Superclass::PopBackInput;
74 void PopBackInput()
override;
77 using Superclass::PopFrontInput;
78 void PopFrontInput()
override;
96 void GenerateData()
override;
99 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
103 void operator=(
const Self&) =
delete;
106 void CombineMasses(
const MassFunctionType* input, MassFunctionType* output);
111 #ifndef OTB_MANUAL_INSTANTIATION