#include <behavior.hh>
Inheritance diagram for oln::value_behavior< T, Exact >:
Public Types | |
typedef value_behavior< T, Exact > | self_type |
typedef mlc::exact_vt< self_type, Exact >::ret | exact_type |
typedef T | value_type |
Public Member Functions | |
value_behavior (value_type value) | |
template<class I> void | adapt_border_impl (abstract::image< I > &im, coord border_size) const |
Protected Attributes | |
value_type | value_ |
Definition at line 65 of file olena/oln/core/behavior.hh.
|
The exact type. Reimplemented from oln::abstract::behavior< Exact >. Definition at line 70 of file olena/oln/core/behavior.hh. |
|
The self type. Reimplemented from oln::abstract::behavior< Exact >. Definition at line 69 of file olena/oln/core/behavior.hh. |