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

#include <otbProlateInterpolateImageFunction.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Function::ProlateFunction< InputInterpolatorType, OutputInterpolatorTypeFunctionType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::InputImageType InputImageType
 
typedef TInputInterpolator InputInterpolatorType
 
typedef Superclass::IteratorType IteratorType
 
typedef TOutputInterpolator OutputInterpolatorType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::RealType RealType
 
typedef ProlateInterpolateImageFunction Self
 
typedef Superclass::SizeType SizeType
 
typedef GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep > Superclass
 
typedef std::vector< double > VectorType
 
- Public Types inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Function::ProlateFunction< double, double > FunctionType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::InputImageType InputImageType
 
typedef itk::ConstNeighborhoodIterator< InputImageType, itk::ConstantBoundaryCondition< 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
 
VectorType GetOriginalProfile () const
 
unsigned int GetOriginalProfileSize () const
 
- Public Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () 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::GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< double, double >, itk::ConstantBoundaryCondition< TInputImage >, double >
static Pointer New ()
 

Static Public Attributes

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

Protected Member Functions

 ProlateInterpolateImageFunction ()
 
 ~ProlateInterpolateImageFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< double, double >, itk::ConstantBoundaryCondition< 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
 
 ProlateInterpolateImageFunction (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
class otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >

Prolate interpolation of an otb::image.

ProlateInterpolateImageFunction interpolates image intensity according to a resampling profil.

The Initialize() method need to be call to create the filter.

Definition at line 208 of file otbProlateInterpolateImageFunction.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 218 of file otbProlateInterpolateImageFunction.h.

◆ ContinuousIndexType

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

Definition at line 241 of file otbProlateInterpolateImageFunction.h.

◆ FunctionType

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef Function::ProlateFunction<InputInterpolatorType, OutputInterpolatorType> otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::FunctionType

Definition at line 239 of file otbProlateInterpolateImageFunction.h.

◆ IndexType

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

Superclass typedef inheritance.

Definition at line 236 of file otbProlateInterpolateImageFunction.h.

◆ InputImageType

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

Input and output images typedef definition.

Definition at line 224 of file otbProlateInterpolateImageFunction.h.

◆ InputInterpolatorType

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef TInputInterpolator otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::InputInterpolatorType

Definition at line 229 of file otbProlateInterpolateImageFunction.h.

◆ IteratorType

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

Definition at line 240 of file otbProlateInterpolateImageFunction.h.

◆ OutputInterpolatorType

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef TOutputInterpolator otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::OutputInterpolatorType

Definition at line 230 of file otbProlateInterpolateImageFunction.h.

◆ OutputType

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

Definition at line 228 of file otbProlateInterpolateImageFunction.h.

◆ Pointer

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

Definition at line 217 of file otbProlateInterpolateImageFunction.h.

◆ RealType

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

Definition at line 238 of file otbProlateInterpolateImageFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 214 of file otbProlateInterpolateImageFunction.h.

◆ SizeType

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

Definition at line 237 of file otbProlateInterpolateImageFunction.h.

◆ Superclass

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef GenericInterpolateImageFunction<TInputImage, Function::ProlateFunction<TInputInterpolator, TOutputInterpolator>, TBoundaryCondition, TCoordRep> otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::Superclass

Definition at line 216 of file otbProlateInterpolateImageFunction.h.

◆ VectorType

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
typedef std::vector<double> otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::VectorType

Definition at line 242 of file otbProlateInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ ProlateInterpolateImageFunction() [1/2]

template<class TInputImage , class TBoundaryCondition , class TCoordRep , class TInputInterpolator , class TOutputInterpolator >
otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::ProlateInterpolateImageFunction
protected

Constructor

Definition at line 73 of file otbProlateInterpolateImageFunction.hxx.

◆ ~ProlateInterpolateImageFunction()

template<class TInputImage , class TBoundaryCondition , class TCoordRep , class TInputInterpolator , class TOutputInterpolator >
otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::~ProlateInterpolateImageFunction
overrideprotected

Destructor

Definition at line 82 of file otbProlateInterpolateImageFunction.hxx.

◆ ProlateInterpolateImageFunction() [2/2]

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

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

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

Run-time type information (and related methods).

◆ GetOriginalProfile()

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
VectorType otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::GetOriginalProfile ( ) const
inline

Definition at line 248 of file otbProlateInterpolateImageFunction.h.

◆ GetOriginalProfileSize()

template<class TInputImage , class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double, class TInputInterpolator = double, class TOutputInterpolator = double>
unsigned int otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::GetOriginalProfileSize ( ) const
inline

Definition at line 244 of file otbProlateInterpolateImageFunction.h.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ PrintSelf()

template<class TInputImage , class TBoundaryCondition , class TCoordRep , class TInputInterpolator , class TOutputInterpolator >
void otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Constructor

Definition at line 87 of file otbProlateInterpolateImageFunction.hxx.

Member Data Documentation

◆ ImageDimension

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

Dimension underlying input image.

Definition at line 233 of file otbProlateInterpolateImageFunction.h.


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