OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | List of all members
otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > Class Template Reference

#include <otbWindowedSincInterpolateImageGaussianFunction.h>

+ Inheritance diagram for otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >:
+ Collaboration diagram for otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::IteratorType IteratorType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::RealType RealType
 
typedef WindowedSincInterpolateImageGaussianFunction Self
 
typedef Superclass::SizeType SizeType
 
typedef WindowedSincInterpolateImageFunctionBase< TInputImage, typename Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep > Superclass
 
- Public Types inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Superclass::FunctionType FunctionType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::IteratorType IteratorType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::RealType RealType
 
typedef WindowedSincInterpolateImageFunctionBase Self
 
typedef Superclass::SizeType SizeType
 
typedef GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double > Superclass
 
typedef std::vector< double > VectorType
 
- Public Types inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Function::GaussianWindowFunction< double, double > FunctionType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::InputImageType InputImageType
 
typedef itk::ConstNeighborhoodIterator< InputImageType, itk::ZeroFluxNeumannBoundaryCondition< TInputImage > > IteratorType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::RealType RealType
 
typedef GenericInterpolateImageFunction Self
 
typedef InputImageType::SizeType SizeType
 
typedef itk::InterpolateImageFunction< TInputImage, double > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const override
 
virtual void SetRadius (unsigned int rad)
 
virtual unsigned int GetRadius () const
 
virtual FunctionTypeGetFunction (void)
 
virtual void Initialize ()
 
virtual void SetNormalizeWeight (bool _arg)
 
virtual bool GetNormalizeWeight ()
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
static const unsigned int ImageDimension
 
- Static Public Attributes inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
static const unsigned int ImageDimension
 

Protected Member Functions

void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 WindowedSincInterpolateImageGaussianFunction ()
 
 ~WindowedSincInterpolateImageGaussianFunction () override
 
- Protected Member Functions inherited from otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 WindowedSincInterpolateImageFunctionBase ()
 
 ~WindowedSincInterpolateImageFunctionBase () override
 
- Protected Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< double, double >, itk::ZeroFluxNeumannBoundaryCondition< TInputImage >, double >
 GenericInterpolateImageFunction ()
 
 ~GenericInterpolateImageFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void Modified (void) const override
 
virtual void ResetOffsetTable ()
 
virtual void InitializeTables ()
 
virtual void FillWeightOffsetTable ()
 

Private Member Functions

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

Detailed Description

template<class TInputImage, class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
class otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >

Use the WindowedSincInterpolateImageFunctionBase with a Gaussian Function.

See also
GenericInterpolatorImageFunction
Function::GaussianWindowFunction
Function::HammingWindowFunction
Function::CosineWindowFunction
Function::WelchWindowFunction
Function::LanczosWindowFunction
Function::BlackmanWindowFunction

Definition at line 94 of file otbWindowedSincInterpolateImageGaussianFunction.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef itk::SmartPointer<const Self> otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ConstPointer

◆ ContinuousIndexType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::ContinuousIndexType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ContinuousIndexType

◆ IndexType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::IndexType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IndexType

Superclass typedef inheritance.

Definition at line 122 of file otbWindowedSincInterpolateImageGaussianFunction.h.

◆ InputImageType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::InputImageType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::InputImageType

Input and output images typedef definition.

Definition at line 112 of file otbWindowedSincInterpolateImageGaussianFunction.h.

◆ IteratorType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::IteratorType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::IteratorType

◆ OutputType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::OutputType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::OutputType

◆ Pointer

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef itk::SmartPointer<Self> otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Pointer

◆ RealType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::RealType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::RealType

◆ Self

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef WindowedSincInterpolateImageGaussianFunction otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Self

Standard class typedefs.

Definition at line 101 of file otbWindowedSincInterpolateImageGaussianFunction.h.

◆ SizeType

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Superclass::SizeType otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::SizeType

◆ Superclass

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef WindowedSincInterpolateImageFunctionBase<TInputImage, typename Function::GaussianWindowFunction<TInputInterpolator, TOutputInterpolator>, TBoundaryCondition, TCoordRep> otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Superclass

Constructor & Destructor Documentation

◆ WindowedSincInterpolateImageGaussianFunction() [1/2]

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::WindowedSincInterpolateImageGaussianFunction ( )
inlineprotected

◆ ~WindowedSincInterpolateImageGaussianFunction()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::~WindowedSincInterpolateImageGaussianFunction ( )
inlineoverrideprotected

◆ WindowedSincInterpolateImageGaussianFunction() [2/2]

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::WindowedSincInterpolateImageGaussianFunction ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
virtual::itk::LightObject::Pointer otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
virtual const char* otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
static Pointer otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
void otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
void otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
inlineoverrideprotected

Member Data Documentation

◆ ImageDimension

template<class TInputImage , class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
const unsigned int otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ImageDimension = Superclass::ImageDimension
static

Dimension underlying input image.

Definition at line 119 of file otbWindowedSincInterpolateImageGaussianFunction.h.


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