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::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep > Class Template Reference

#include <otbBCOInterpolateImageFunction.h>

+ Inheritance diagram for otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >:
+ Collaboration diagram for otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >:

Public Types

typedef Superclass::CoefContainerType CoefContainerType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::IndexValueType IndexValueType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputPixelType InputPixelType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef Superclass::RealType RealType
 
typedef BCOInterpolateImageFunction Self
 
typedef BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep > Superclass
 
- Public Types inherited from otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >
typedef vnl_vector< double > CoefContainerType
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef TCoordRep ContinuousIndexValueType
 
typedef Superclass::IndexType IndexType
 
typedef Superclass::IndexValueType IndexValueType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputPixelType InputPixelType
 
typedef Superclass::OutputType OutputType
 
typedef Superclass::PointType PointType
 
typedef Superclass::RealType RealType
 
typedef BCOInterpolateImageFunctionBase Self
 
typedef itk::InterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const override
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >
virtual const char * GetNameOfClass () const
 
virtual void SetRadius (unsigned int radius)
 
virtual unsigned int GetRadius () const
 
virtual void SetAlpha (double alpha)
 
virtual double GetAlpha () const
 

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >
static const unsigned int ImageDimension
 

Protected Member Functions

 BCOInterpolateImageFunction ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~BCOInterpolateImageFunction () override
 
- Protected Member Functions inherited from otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >
 BCOInterpolateImageFunctionBase ()
 
 ~BCOInterpolateImageFunctionBase () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
CoefContainerType EvaluateCoef (const ContinuousIndexValueType &indexValue) const
 

Private Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >
unsigned int m_Radius
 
unsigned int m_WinSize
 
double m_Alpha
 

Detailed Description

template<typename TPixel, unsigned int VImageDimension, class TCoordRep>
class otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >

Definition at line 188 of file otbBCOInterpolateImageFunction.h.

Member Typedef Documentation

◆ CoefContainerType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::CoefContainerType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::CoefContainerType

Definition at line 210 of file otbBCOInterpolateImageFunction.h.

◆ ConstPointer

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef itk::SmartPointer<const Self> otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::ConstPointer

Definition at line 196 of file otbBCOInterpolateImageFunction.h.

◆ ContinuousIndexType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::ContinuousIndexType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::ContinuousIndexType

Definition at line 209 of file otbBCOInterpolateImageFunction.h.

◆ IndexType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::IndexType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::IndexType

Definition at line 206 of file otbBCOInterpolateImageFunction.h.

◆ IndexValueType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::IndexValueType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::IndexValueType

Definition at line 207 of file otbBCOInterpolateImageFunction.h.

◆ InputImageType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::InputImageType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::InputImageType

Definition at line 203 of file otbBCOInterpolateImageFunction.h.

◆ InputPixelType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::InputPixelType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::InputPixelType

Definition at line 204 of file otbBCOInterpolateImageFunction.h.

◆ OutputType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::OutputType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::OutputType

Definition at line 202 of file otbBCOInterpolateImageFunction.h.

◆ Pointer

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef itk::SmartPointer<Self> otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::Pointer

Definition at line 195 of file otbBCOInterpolateImageFunction.h.

◆ PointType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::PointType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::PointType

Definition at line 208 of file otbBCOInterpolateImageFunction.h.

◆ RealType

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef Superclass::RealType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::RealType

Definition at line 205 of file otbBCOInterpolateImageFunction.h.

◆ Self

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef BCOInterpolateImageFunction otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::Self

Standard class typedefs.

Definition at line 193 of file otbBCOInterpolateImageFunction.h.

◆ Superclass

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
typedef BCOInterpolateImageFunctionBase<otb::VectorImage<TPixel, VImageDimension>, TCoordRep> otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::Superclass

Definition at line 194 of file otbBCOInterpolateImageFunction.h.

Constructor & Destructor Documentation

◆ BCOInterpolateImageFunction() [1/2]

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::BCOInterpolateImageFunction ( )
inlineprotected

Definition at line 215 of file otbBCOInterpolateImageFunction.h.

◆ ~BCOInterpolateImageFunction()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::~BCOInterpolateImageFunction ( )
inlineoverrideprotected

Definition at line 216 of file otbBCOInterpolateImageFunction.h.

◆ BCOInterpolateImageFunction() [2/2]

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::BCOInterpolateImageFunction ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
virtual::itk::LightObject::Pointer otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::CreateAnother ( void  ) const

◆ EvaluateAtContinuousIndex()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::OutputType otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::EvaluateAtContinuousIndex ( const ContinuousIndexType index) const
overridevirtual

Evaluate the function at a ContinuousIndex position

Returns the linearly interpolated image intensity at a specified point position. No bounds checking is done. The point is assume to lie within the image buffer.

ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.

Implements otb::BCOInterpolateImageFunctionBase< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >.

Definition at line 190 of file otbBCOInterpolateImageFunction.hxx.

◆ GetNameOfClass()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
virtual const char* otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::GetNameOfClass ( ) const
virtual

◆ New()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
static Pointer otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::New ( )
static

◆ operator=()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
void otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
void otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Definition at line 183 of file otbBCOInterpolateImageFunction.hxx.

Member Data Documentation

◆ ImageDimension

template<typename TPixel , unsigned int VImageDimension, class TCoordRep >
const unsigned int otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >::ImageDimension = Superclass::ImageDimension
static

Definition at line 200 of file otbBCOInterpolateImageFunction.h.


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