aimstil  5.0.5
til::ExtrapolableImage< TImageExtrapolator, TImage > Class Template Reference

Enable image extrapolation by overloading the getValue function. More...

#include <til/ImageExtrapolator.h>

Inheritance diagram for til::ExtrapolableImage< TImageExtrapolator, TImage >:
Collaboration diagram for til::ExtrapolableImage< TImageExtrapolator, TImage >:

Public Types

typedef TImage::value_type value_type
 

Public Member Functions

value_type getValue (const numeric_array< int, 3 > &p) const
 

Detailed Description

template<class TImageExtrapolator, class TImage>
class til::ExtrapolableImage< TImageExtrapolator, TImage >

Enable image extrapolation by overloading the getValue function.

Definition at line 231 of file ImageExtrapolator.h.

Member Typedef Documentation

◆ value_type

template<class TImageExtrapolator , class TImage >
typedef TImage::value_type til::ExtrapolableImage< TImageExtrapolator, TImage >::value_type

Definition at line 234 of file ImageExtrapolator.h.

Member Function Documentation

◆ getValue()

template<class TImageExtrapolator , class TImage >
value_type til::ExtrapolableImage< TImageExtrapolator, TImage >::getValue ( const numeric_array< int, 3 > &  p) const
inline

Definition at line 238 of file ImageExtrapolator.h.

References til::contains().


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