OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction > Class Template Reference

#include <otbUnaryFunctorWithIndexImageFilter.h>

+ Inheritance diagram for otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >:
+ Collaboration diagram for otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TFunction FunctorType
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::ConstPointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::ProcessObject ProcessObjectType
 
typedef UnaryFunctorWithIndexImageFilter Self
 
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 
typedef itk::ImageRegionConstIteratorWithIndex< TInputImage > IteratorType
 
FunctorType m_Functor
 
FunctorTypeGetFunctor ()
 
const FunctorTypeGetFunctor () const
 
void SetFunctor (const FunctorType &functor)
 
 UnaryFunctorWithIndexImageFilter ()
 
 ~UnaryFunctorWithIndexImageFilter () override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
void GenerateInputRequestedRegion (void) override
 
 UnaryFunctorWithIndexImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage, class TFunction>
class otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >

Implements neighborhood-wise generic operation on image.

This class is parameterized over the input image type and the type of the output image. It is also parameterized by the operation to be applied. A Functor style is used.

Definition at line 42 of file otbUnaryFunctorWithIndexImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage , class TFunction >
typedef itk::SmartPointer<const Self> otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::ConstPointer

Definition at line 49 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ FunctorType

template<class TInputImage , class TOutputImage , class TFunction >
typedef TFunction otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::FunctorType

Some convenient typedefs.

Definition at line 55 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImageIndexType

template<class TInputImage , class TOutputImage , class TFunction >
typedef InputImageType::IndexType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImageIndexType

Definition at line 64 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImagePixelType

template<class TInputImage , class TOutputImage , class TFunction >
typedef InputImageType::PixelType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImagePixelType

Definition at line 62 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImagePointer

template<class TInputImage , class TOutputImage , class TFunction >
typedef InputImageType::ConstPointer otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImagePointer

Definition at line 60 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage , class TFunction >
typedef InputImageType::RegionType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImageRegionType

Definition at line 61 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImageSizeType

template<class TInputImage , class TOutputImage , class TFunction >
typedef InputImageType::SizeType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImageSizeType

Definition at line 63 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage , class TFunction >
typedef Superclass::InputImageType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::InputImageType

Definition at line 59 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ IteratorType

template<class TInputImage , class TOutputImage , class TFunction >
typedef itk::ImageRegionConstIteratorWithIndex<TInputImage> otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::IteratorType

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

Definition at line 105 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ OutputImagePixelType

template<class TInputImage , class TOutputImage , class TFunction >
typedef OutputImageType::PixelType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::OutputImagePixelType

Definition at line 68 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ OutputImagePointer

template<class TInputImage , class TOutputImage , class TFunction >
typedef OutputImageType::Pointer otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::OutputImagePointer

Definition at line 66 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage , class TFunction >
typedef OutputImageType::RegionType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::OutputImageRegionType

Definition at line 67 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage , class TFunction >
typedef Superclass::OutputImageType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::OutputImageType

Definition at line 65 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage , class TFunction >
typedef itk::SmartPointer<Self> otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::Pointer

Definition at line 48 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ ProcessObjectType

template<class TInputImage , class TOutputImage , class TFunction >
typedef itk::ProcessObject otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::ProcessObjectType

Definition at line 70 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage , class TFunction >
typedef UnaryFunctorWithIndexImageFilter otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::Self

Standard class typedefs.

Definition at line 46 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TFunction >
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::Superclass

Definition at line 47 of file otbUnaryFunctorWithIndexImageFilter.h.

Constructor & Destructor Documentation

◆ UnaryFunctorWithIndexImageFilter() [1/2]

template<class TInputImage , class TOutputImage , class TFunction >
otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::UnaryFunctorWithIndexImageFilter
protected

Constructor

Definition at line 34 of file otbUnaryFunctorWithIndexImageFilter.hxx.

◆ ~UnaryFunctorWithIndexImageFilter()

template<class TInputImage , class TOutputImage , class TFunction >
otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::~UnaryFunctorWithIndexImageFilter ( )
inlineoverrideprotected

Destructor

Definition at line 116 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ UnaryFunctorWithIndexImageFilter() [2/2]

template<class TInputImage , class TOutputImage , class TFunction >
otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::UnaryFunctorWithIndexImageFilter ( const Self )
privatedelete

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage , class TFunction >
virtual::itk::LightObject::Pointer otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::CreateAnother ( void  ) const

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::GenerateInputRequestedRegion ( void  )
overrideprotected

Pad the input requested region by radius

Definition at line 39 of file otbUnaryFunctorWithIndexImageFilter.hxx.

◆ GetFunctor() [1/2]

template<class TInputImage , class TOutputImage , class TFunction >
FunctorType& otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::GetFunctor ( )
inline

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

Definition at line 76 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ GetFunctor() [2/2]

template<class TInputImage , class TOutputImage , class TFunction >
const FunctorType& otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::GetFunctor ( ) const
inline

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

Definition at line 87 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage , class TFunction >
virtual const char* otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputImage , class TOutputImage , class TFunction >
static Pointer otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::operator= ( const Self )
privatedelete

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

◆ SetFunctor()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::SetFunctor ( const FunctorType functor)
inline

Set the functor object. This replaces the current Functor with a copy of the specified Functor. This allows the user to specify a functor that has ivars set differently than the default functor. This method requires an operator!=() be defined on the functor (or the compiler's default implementation of operator!=() being appropriate).

Definition at line 98 of file otbUnaryFunctorWithIndexImageFilter.h.

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TFunction >
void otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

UnaryFunctorWithIndexImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"

See also
ImageToImageFilter::ThreadedGenerateData(), ImageToImageFilter::GenerateData()

ThreadedGenerateData Performs the neighborhood-wise operation

Definition at line 87 of file otbUnaryFunctorWithIndexImageFilter.hxx.

Member Data Documentation

◆ m_Functor

template<class TInputImage , class TOutputImage , class TFunction >
FunctorType otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >::m_Functor
private

Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)

Definition at line 141 of file otbUnaryFunctorWithIndexImageFilter.h.


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