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::MultiplyByScalarImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbMultiplyByScalarImageFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef MultiplyByScalarImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
double GetCoef (void) const
 
void SetCoef (double Coef)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 MultiplyByScalarImageFilter ()
 
 ~MultiplyByScalarImageFilter () override
 

Private Member Functions

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

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >

TODO.

Definition at line 73 of file otbMultiplyByScalarImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 84 of file otbMultiplyByScalarImageFilter.h.

◆ Pointer

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

Definition at line 83 of file otbMultiplyByScalarImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef MultiplyByScalarImageFilter otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 79 of file otbMultiplyByScalarImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::MultiplyByScalar<typename TInputImage::PixelType, typename TOutputImage::PixelType> > otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 82 of file otbMultiplyByScalarImageFilter.h.

Constructor & Destructor Documentation

◆ MultiplyByScalarImageFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >::MultiplyByScalarImageFilter ( )
inlineprotected

Definition at line 100 of file otbMultiplyByScalarImageFilter.h.

◆ ~MultiplyByScalarImageFilter()

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

Definition at line 103 of file otbMultiplyByScalarImageFilter.h.

◆ MultiplyByScalarImageFilter() [2/2]

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

Member Function Documentation

◆ CreateAnother()

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

◆ GetCoef()

template<class TInputImage , class TOutputImage >
double otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >::GetCoef ( void  ) const
inline

Definition at line 94 of file otbMultiplyByScalarImageFilter.h.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ SetCoef()

template<class TInputImage , class TOutputImage >
void otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >::SetCoef ( double  Coef)
inline

Definition at line 89 of file otbMultiplyByScalarImageFilter.h.


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