OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Member Functions | List of all members
otb::Functor::ConnectedLabelFunctor< TInput > Class Template Reference

#include <otbMeanShiftSegmentationFilter.h>

Public Types

typedef ConnectedLabelFunctor Self
 

Public Member Functions

 ConnectedLabelFunctor ()
 
std::string GetNameOfClass ()
 
bool operator() (TInput &p1, TInput &p2)
 
 ~ConnectedLabelFunctor ()
 

Private Member Functions

 ConnectedLabelFunctor (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInput>
class otb::Functor::ConnectedLabelFunctor< TInput >

Definition at line 42 of file otbMeanShiftSegmentationFilter.h.

Member Typedef Documentation

◆ Self

template<class TInput >
typedef ConnectedLabelFunctor otb::Functor::ConnectedLabelFunctor< TInput >::Self

Definition at line 46 of file otbMeanShiftSegmentationFilter.h.

Constructor & Destructor Documentation

◆ ConnectedLabelFunctor() [1/2]

template<class TInput >
otb::Functor::ConnectedLabelFunctor< TInput >::ConnectedLabelFunctor ( )
inline

Definition at line 60 of file otbMeanShiftSegmentationFilter.h.

◆ ~ConnectedLabelFunctor()

template<class TInput >
otb::Functor::ConnectedLabelFunctor< TInput >::~ConnectedLabelFunctor ( )
inline

Definition at line 64 of file otbMeanShiftSegmentationFilter.h.

◆ ConnectedLabelFunctor() [2/2]

template<class TInput >
otb::Functor::ConnectedLabelFunctor< TInput >::ConnectedLabelFunctor ( const Self )
privatedelete

Member Function Documentation

◆ GetNameOfClass()

template<class TInput >
std::string otb::Functor::ConnectedLabelFunctor< TInput >::GetNameOfClass ( )
inline

Definition at line 48 of file otbMeanShiftSegmentationFilter.h.

◆ operator()()

template<class TInput >
bool otb::Functor::ConnectedLabelFunctor< TInput >::operator() ( TInput &  p1,
TInput &  p2 
)
inline

Definition at line 53 of file otbMeanShiftSegmentationFilter.h.

◆ operator=()

template<class TInput >
void otb::Functor::ConnectedLabelFunctor< TInput >::operator= ( const Self )
privatedelete

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