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

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

Public Member Functions

template<typename T >
result operator() (const T &v) const

Public Types

typedef Function_v2v< void > category
typedef round_sat< R > exact_t
typedef void mutable_result
typedef R result

Detailed Description

template<typename R>
struct mln::fun::v2v::round_sat< R >

Round the given value considering its type as circular.

Definition at line 52 of file fun/v2v/round_sat.hh.

Member Function Documentation

template<typename R >
template<typename T >
result mln::fun::v2v::round_sat< R >::operator() ( const T v) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< round_sat< R > >::category
inherited

Definition at line 134 of file function.hh.

typedef round_sat< R > mln::Object< round_sat< R > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< round_sat< R > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename R >
typedef R mln::fun::v2v::round_sat< R >::result

Definition at line 54 of file fun/v2v/round_sat.hh.