#include <behavior.hh>
Inheritance diagram for oln::abstract::behavior< Exact >:


Public Types | |
| typedef behavior< Exact > | self_type |
| typedef mlc::exact_vt< self_type, Exact >::ret | exact_type |
Public Member Functions | |
| template<class I> void | adapt_border (oln::abstract::image< I > &im, coord border_size) const |
| Adapt the border of an image. | |
Protected Member Functions | |
| behavior () | |
| CTor. | |
The aim of this one is to describe how an algorithm should work on borders.
Definition at line 47 of file olena/oln/core/abstract/behavior.hh.
|
|||||
|
The exact type. Reimplemented in oln::mirror_behavior< Exact >, oln::value_behavior< T, Exact >, and oln::replicate_behavior< Exact >. Definition at line 53 of file olena/oln/core/abstract/behavior.hh. |
|
|||||
|
The self type. Reimplemented in oln::mirror_behavior< Exact >, oln::value_behavior< T, Exact >, and oln::replicate_behavior< Exact >. Definition at line 51 of file olena/oln/core/abstract/behavior.hh. |
|
|||||||||
|
CTor. Do nothing, used only by sub-classes. Definition at line 71 of file olena/oln/core/abstract/behavior.hh.
00071 {};
|
|
||||||||||||||||||||
|
Adapt the border of an image. Adapt the border of an image regarding the kind of behavior wanted. Definition at line 61 of file olena/oln/core/abstract/behavior.hh.
00062 {
00063 mlc_dispatch(adapt_border)(im, border_size);
00064 };
|
1.3.6-20040222