OTB
9.0.0
Orfeo Toolbox
|
#include <otbConcatenateScalarValueImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
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 InputComponentType & | GetScalarValue () |
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 |
Applies a projective projection to each pixel of an image.
Definition at line 102 of file otbConcatenateScalarValueImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 113 of file otbConcatenateScalarValueImageFilter.h.
typedef Functor::ConcatenateScalarValueFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType> otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 115 of file otbConcatenateScalarValueImageFilter.h.
typedef InputPixelType::ComponentType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::InputComponentType |
Definition at line 125 of file otbConcatenateScalarValueImageFilter.h.
typedef TInputImage::PixelType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::InputPixelType |
Pixel types.
Definition at line 121 of file otbConcatenateScalarValueImageFilter.h.
typedef TOutputImage::PixelType otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 126 of file otbConcatenateScalarValueImageFilter.h.
typedef itk::SmartPointer<Self> otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 112 of file otbConcatenateScalarValueImageFilter.h.
typedef ConcatenateScalarValueImageFilter otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 108 of file otbConcatenateScalarValueImageFilter.h.
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.
|
protected |
Definition at line 30 of file otbConcatenateScalarValueImageFilter.hxx.
|
inlineoverrideprotected |
Definition at line 142 of file otbConcatenateScalarValueImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Definition at line 35 of file otbConcatenateScalarValueImageFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 128 of file otbConcatenateScalarValueImageFilter.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
Definition at line 43 of file otbConcatenateScalarValueImageFilter.hxx.
|
inline |
Definition at line 133 of file otbConcatenateScalarValueImageFilter.h.