Public Types | Public Member Functions | Public Attributes

mln::fun::x2v::trilinear< I > Struct Template Reference

Represent a trilinear interolation of values from an underlying image. More...

#include <trilinear.hh>

Inheritance diagram for mln::fun::x2v::trilinear< I >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef E exact_t
typedef void mutable_result
typedef I::value result

Public Member Functions

template<typename T >
I::value operator() (const algebra::vec< 3, T > &v) const
 trilinear (const I &ima)

Public Attributes

const I & ima

Detailed Description

template<typename I>
struct mln::fun::x2v::trilinear< I >

Represent a trilinear interolation of values from an underlying image.

Definition at line 53 of file trilinear.hh.


Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category [inherited]
template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.

template<typename E>
typedef void mln::Function_v2v< E >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename I >
typedef I ::value mln::fun::x2v::trilinear< I >::result

Definition at line 58 of file trilinear.hh.


Constructor & Destructor Documentation

template<typename I >
mln::fun::x2v::trilinear< I >::trilinear ( const I &  ima  ) 

Definition at line 73 of file trilinear.hh.


Member Function Documentation

template<typename I >
template<typename T >
I::value mln::fun::x2v::trilinear< I >::operator() ( const algebra::vec< 3, T > &  v  )  const

Definition at line 82 of file trilinear.hh.


Member Data Documentation

template<typename I >
const I& mln::fun::x2v::trilinear< I >::ima

Definition at line 66 of file trilinear.hh.