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

#include <otbConcatenateScalarValueImageFilter.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Functor::ConcatenateScalarValueFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
 
typedef InputPixelType::ComponentType InputComponentType
 
typedef TInputImage::PixelType InputPixelType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ConcatenateScalarValueImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
const InputComponentTypeGetScalarValue ()
 
void SetScalarValue (const InputComponentType &p)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

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

Private Member Functions

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

Detailed Description

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

Applies a projective projection to each pixel of an image.

Definition at line 102 of file otbConcatenateScalarValueImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 113 of file otbConcatenateScalarValueImageFilter.h.

◆ FunctorType

template<class TInputImage , class TOutputImage >
typedef Functor::ConcatenateScalarValueFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType> otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::FunctorType

Definition at line 115 of file otbConcatenateScalarValueImageFilter.h.

◆ InputComponentType

template<class TInputImage , class TOutputImage >
typedef InputPixelType::ComponentType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::InputComponentType

Definition at line 125 of file otbConcatenateScalarValueImageFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
typedef TInputImage::PixelType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::InputPixelType

Pixel types.

Definition at line 121 of file otbConcatenateScalarValueImageFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
typedef TOutputImage::PixelType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 126 of file otbConcatenateScalarValueImageFilter.h.

◆ Pointer

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

Definition at line 112 of file otbConcatenateScalarValueImageFilter.h.

◆ Self

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

Standard class typedefs.

Definition at line 108 of file otbConcatenateScalarValueImageFilter.h.

◆ Superclass

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

Definition at line 111 of file otbConcatenateScalarValueImageFilter.h.

Constructor & Destructor Documentation

◆ ConcatenateScalarValueImageFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::ConcatenateScalarValueImageFilter
protected

Definition at line 30 of file otbConcatenateScalarValueImageFilter.hxx.

◆ ~ConcatenateScalarValueImageFilter()

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

Definition at line 142 of file otbConcatenateScalarValueImageFilter.h.

◆ ConcatenateScalarValueImageFilter() [2/2]

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

Member Function Documentation

◆ CreateAnother()

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

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage >
void otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::GenerateOutputInformation
overrideprotected

Definition at line 35 of file otbConcatenateScalarValueImageFilter.hxx.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

◆ GetScalarValue()

template<class TInputImage , class TOutputImage >
const InputComponentType& otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::GetScalarValue ( )
inline

Definition at line 128 of file otbConcatenateScalarValueImageFilter.h.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ PrintSelf()

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

Definition at line 43 of file otbConcatenateScalarValueImageFilter.hxx.

◆ SetScalarValue()

template<class TInputImage , class TOutputImage >
void otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::SetScalarValue ( const InputComponentType p)
inline

Definition at line 133 of file otbConcatenateScalarValueImageFilter.h.


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