OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::JointMassOfBeliefFilter< TMassFunction > Class Template Reference

#include <otbJointMassOfBeliefFilter.h>

+ Inheritance diagram for otb::JointMassOfBeliefFilter< TMassFunction >:
+ Collaboration diagram for otb::JointMassOfBeliefFilter< TMassFunction >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef MassFunctionType::LabelSetOfSetType LabelSetOfSetType
 
typedef MassFunctionType::LabelSetType LabelSetType
 
typedef MassFunctionType::LabelType LabelType
 
typedef MassFunctionType::Pointer MassFunctionPointerType
 
typedef TMassFunction MassFunctionType
 
typedef MassFunctionType::MassType MassType
 
typedef itk::SmartPointer< SelfPointer
 
typedef JointMassOfBeliefFilter Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
const MassFunctionTypeGetInput (unsigned int idx)
 
virtual const char * GetNameOfClass () const
 
MassFunctionTypeGetOutput ()
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const MassFunctionType *input)
 
virtual void PushFrontInput (const MassFunctionType *input)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void GenerateData () override
 
 JointMassOfBeliefFilter ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~JointMassOfBeliefFilter () override
 

Private Member Functions

void CombineMasses (const MassFunctionType *input, MassFunctionType *output)
 
 JointMassOfBeliefFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TMassFunction>
class otb::JointMassOfBeliefFilter< TMassFunction >

Performs Dempster-Shafer combination of n masses function.

This filter computes the joint mass of n input masses using Dempster-Shafer rule of combination.

Input masses can be added by using the PushBackInput() method.

See also
MassOfBelief

Definition at line 41 of file otbJointMassOfBeliefFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TMassFunction >
typedef itk::SmartPointer<const Self> otb::JointMassOfBeliefFilter< TMassFunction >::ConstPointer

Definition at line 48 of file otbJointMassOfBeliefFilter.h.

◆ LabelSetOfSetType

template<class TMassFunction >
typedef MassFunctionType::LabelSetOfSetType otb::JointMassOfBeliefFilter< TMassFunction >::LabelSetOfSetType

Definition at line 62 of file otbJointMassOfBeliefFilter.h.

◆ LabelSetType

template<class TMassFunction >
typedef MassFunctionType::LabelSetType otb::JointMassOfBeliefFilter< TMassFunction >::LabelSetType

Definition at line 61 of file otbJointMassOfBeliefFilter.h.

◆ LabelType

template<class TMassFunction >
typedef MassFunctionType::LabelType otb::JointMassOfBeliefFilter< TMassFunction >::LabelType

Definition at line 59 of file otbJointMassOfBeliefFilter.h.

◆ MassFunctionPointerType

template<class TMassFunction >
typedef MassFunctionType::Pointer otb::JointMassOfBeliefFilter< TMassFunction >::MassFunctionPointerType

Definition at line 58 of file otbJointMassOfBeliefFilter.h.

◆ MassFunctionType

template<class TMassFunction >
typedef TMassFunction otb::JointMassOfBeliefFilter< TMassFunction >::MassFunctionType

Standard class typedefs

Definition at line 54 of file otbJointMassOfBeliefFilter.h.

◆ MassType

template<class TMassFunction >
typedef MassFunctionType::MassType otb::JointMassOfBeliefFilter< TMassFunction >::MassType

Definition at line 60 of file otbJointMassOfBeliefFilter.h.

◆ Pointer

template<class TMassFunction >
typedef itk::SmartPointer<Self> otb::JointMassOfBeliefFilter< TMassFunction >::Pointer

Definition at line 47 of file otbJointMassOfBeliefFilter.h.

◆ Self

template<class TMassFunction >
typedef JointMassOfBeliefFilter otb::JointMassOfBeliefFilter< TMassFunction >::Self

Standard class typedefs

Definition at line 45 of file otbJointMassOfBeliefFilter.h.

◆ Superclass

template<class TMassFunction >
typedef itk::ProcessObject otb::JointMassOfBeliefFilter< TMassFunction >::Superclass

Definition at line 46 of file otbJointMassOfBeliefFilter.h.

Constructor & Destructor Documentation

◆ JointMassOfBeliefFilter() [1/2]

template<class TMassFunction >
otb::JointMassOfBeliefFilter< TMassFunction >::JointMassOfBeliefFilter
protected

Constructor

Definition at line 29 of file otbJointMassOfBeliefFilter.hxx.

◆ ~JointMassOfBeliefFilter()

template<class TMassFunction >
otb::JointMassOfBeliefFilter< TMassFunction >::~JointMassOfBeliefFilter ( )
inlineoverrideprotected

Destructor

Definition at line 91 of file otbJointMassOfBeliefFilter.h.

◆ JointMassOfBeliefFilter() [2/2]

template<class TMassFunction >
otb::JointMassOfBeliefFilter< TMassFunction >::JointMassOfBeliefFilter ( const Self )
privatedelete

Member Function Documentation

◆ CombineMasses()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::CombineMasses ( const MassFunctionType input,
MassFunctionType output 
)
private

Combine masses from input and output into output

Definition at line 104 of file otbJointMassOfBeliefFilter.hxx.

◆ CreateAnother()

template<class TMassFunction >
virtual::itk::LightObject::Pointer otb::JointMassOfBeliefFilter< TMassFunction >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::GenerateData
overrideprotected

GenerateData

Definition at line 80 of file otbJointMassOfBeliefFilter.hxx.

◆ GetInput()

template<class TMassFunction >
const JointMassOfBeliefFilter< TMassFunction >::MassFunctionType * otb::JointMassOfBeliefFilter< TMassFunction >::GetInput ( unsigned int  idx)

Get the idx th input

Definition at line 64 of file otbJointMassOfBeliefFilter.hxx.

◆ GetNameOfClass()

template<class TMassFunction >
virtual const char* otb::JointMassOfBeliefFilter< TMassFunction >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOutput()

template<class TMassFunction >
JointMassOfBeliefFilter< TMassFunction >::MassFunctionType * otb::JointMassOfBeliefFilter< TMassFunction >::GetOutput

Get the output joint mass

Definition at line 70 of file otbJointMassOfBeliefFilter.hxx.

◆ New()

template<class TMassFunction >
static Pointer otb::JointMassOfBeliefFilter< TMassFunction >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::operator= ( const Self )
privatedelete

◆ PopBackInput()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::PopBackInput
override

Definition at line 52 of file otbJointMassOfBeliefFilter.hxx.

◆ PopFrontInput()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::PopFrontInput
override

Definition at line 58 of file otbJointMassOfBeliefFilter.hxx.

◆ PrintSelf()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

PrintSelf method

Definition at line 97 of file otbJointMassOfBeliefFilter.hxx.

◆ PushBackInput()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::PushBackInput ( const MassFunctionType input)
virtual

Definition at line 40 of file otbJointMassOfBeliefFilter.hxx.

◆ PushFrontInput()

template<class TMassFunction >
void otb::JointMassOfBeliefFilter< TMassFunction >::PushFrontInput ( const MassFunctionType input)
virtual

Definition at line 46 of file otbJointMassOfBeliefFilter.hxx.


The documentation for this class was generated from the following files: