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

#include <mln/fun/v2w2v/cos.hh>

Public Member Functions

f_1 (const V &v) const
operator() (const V &v) const

Public Types

typedef Function_v2v< void > category
typedef cos< V > exact_t
typedef void mutable_result
typedef V result

Detailed Description

template<typename V>
struct mln::fun::v2w2v::cos< V >

Cosinus bijective functor.

V is the type of input values and the result type.

See Also
mln::math::cos.

Definition at line 59 of file fun/v2w2v/cos.hh.

Member Function Documentation

template<typename V >
V mln::fun::v2w2v::cos< V >::f_1 ( const V &  v) const
template<typename V >
V mln::fun::v2w2v::cos< V >::operator() ( const V &  v) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< cos< V > >::category
inherited

Definition at line 134 of file function.hh.

typedef cos< V > mln::Object< cos< V > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< cos< V > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V >
typedef V mln::fun::v2w2v::cos< V >::result

Definition at line 61 of file fun/v2w2v/cos.hh.