$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2v::linfty_norm< V, R > Struct Template Reference

#include <mln/fun/v2v/norm.hh>

Public Member Functions

operator() (const V &v) const

Public Types

typedef Function_v2v< void > category
typedef linfty_norm< V, R > exact_t
typedef void mutable_result
typedef R result

Detailed Description

template<typename V, typename R>
struct mln::fun::v2v::linfty_norm< V, R >

L-infty norm.

V is the type of input values; R is the result type.

See Also
mln::norm::linfty.

Definition at line 81 of file v2v/norm.hh.

Member Function Documentation

template<typename V, typename R>
R mln::fun::v2v::linfty_norm< V, R >::operator() ( const V &  v) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< linfty_norm< V, R > >::category
inherited

Definition at line 134 of file function.hh.

typedef linfty_norm< V, R > mln::Object< linfty_norm< V, R > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< linfty_norm< V, R > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V, typename R>
typedef R mln::fun::v2v::linfty_norm< V, R >::result

Definition at line 83 of file v2v/norm.hh.