#include <behavior.hh>
Inheritance diagram for oln::replicate_behavior< Exact >:
Public Types | |
typedef replicate_behavior< Exact > | self_type |
typedef mlc::exact_vt< self_type, Exact >::ret | exact_type |
Public Member Functions | |
template<class I> | |
void | adapt_border_impl (const abstract::image< I > &im, coord border_size) const |
Replicate the border.
Definition at line 102 of file olena/oln/core/behavior.hh.
typedef replicate_behavior<Exact> oln::replicate_behavior< Exact >::self_type |
The self type.
Reimplemented from oln::abstract::behavior< Exact >.
Definition at line 106 of file olena/oln/core/behavior.hh.
typedef mlc::exact_vt< self_type , Exact >::ret oln::replicate_behavior< Exact >::exact_type |
The exact type.
Reimplemented from oln::abstract::behavior< Exact >.
Definition at line 107 of file olena/oln/core/behavior.hh.