$extrastylesheet
#include <mln/fun/x2v/trilinear.hh>
Public Member Functions | |
trilinear (const I &ima) | |
template<typename T > | |
I::value | operator() (const algebra::vec< 3, T > &v) const |
Public Attributes | |
const I & | ima |
Public Types | |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
typedef I::value | result |
Represent a trilinear interolation of values from an underlying image.
Definition at line 54 of file trilinear.hh.
mln::fun::x2v::trilinear< I >::trilinear | ( | const I & | ima | ) |
I ::value mln::fun::x2v::trilinear< I >::operator() | ( | const algebra::vec< 3, T > & | v | ) | const |
const I& mln::fun::x2v::trilinear< I >::ima |
Definition at line 67 of file trilinear.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef I ::value mln::fun::x2v::trilinear< I >::result |
Definition at line 59 of file trilinear.hh.