#include <chamfer.hh>
Public Types | |
| typedef I_ | I |
| typedef mln::trait::ch_value < I, unsigned >::ret | O |
| typedef I_::site | P |
| typedef W_ | W |
Public Member Functions | |
| chamfer_t (const I_ &input, const W_ &win, unsigned max) | |
| void | fill_output () |
| bool | handles (const P &p) const |
| void | init () |
Public Attributes | |
| const I & | input |
| unsigned | max |
| O | output |
| bool | status |
| const W & | win |
Definition at line 57 of file geom/chamfer.hh.
| typedef I_ mln::geom::impl::chamfer_t< I_, W_ >::I |
Definition at line 59 of file geom/chamfer.hh.
| typedef mln::trait::ch_value< I , unsigned >::ret mln::geom::impl::chamfer_t< I_, W_ >::O |
Definition at line 60 of file geom/chamfer.hh.
| typedef I_ ::site mln::geom::impl::chamfer_t< I_, W_ >::P |
Definition at line 62 of file geom/chamfer.hh.
| typedef W_ mln::geom::impl::chamfer_t< I_, W_ >::W |
Definition at line 61 of file geom/chamfer.hh.
| mln::geom::impl::chamfer_t< I_, W_ >::chamfer_t | ( | const I_ & | input, | |
| const W_ & | win, | |||
| unsigned | max | |||
| ) | [inline] |
Definition at line 98 of file geom/chamfer.hh.
| void mln::geom::impl::chamfer_t< I_, W_ >::fill_output | ( | ) | [inline] |
Definition at line 73 of file geom/chamfer.hh.
References mln::geom::impl::chamfer_t< I_, W_ >::input, and mln::geom::impl::chamfer_t< I_, W_ >::output.
Referenced by mln::geom::impl::chamfer_t< I_, W_ >::init().
| bool mln::geom::impl::chamfer_t< I_, W_ >::handles | ( | const P & | p | ) | const [inline] |
Definition at line 93 of file geom/chamfer.hh.
References mln::geom::impl::chamfer_t< I_, W_ >::input.
| void mln::geom::impl::chamfer_t< I_, W_ >::init | ( | ) | [inline] |
Definition at line 86 of file geom/chamfer.hh.
References mln::exact(), mln::geom::impl::chamfer_t< I_, W_ >::fill_output(), mln::initialize(), mln::geom::impl::chamfer_t< I_, W_ >::input, and mln::geom::impl::chamfer_t< I_, W_ >::output.
| const I& mln::geom::impl::chamfer_t< I_, W_ >::input |
Definition at line 66 of file geom/chamfer.hh.
Referenced by mln::geom::impl::chamfer_t< I_, W_ >::fill_output(), mln::geom::impl::chamfer_t< I_, W_ >::handles(), and mln::geom::impl::chamfer_t< I_, W_ >::init().
| unsigned mln::geom::impl::chamfer_t< I_, W_ >::max |
Definition at line 71 of file geom/chamfer.hh.
| O mln::geom::impl::chamfer_t< I_, W_ >::output |
Definition at line 69 of file geom/chamfer.hh.
Referenced by mln::geom::impl::chamfer_t< I_, W_ >::fill_output(), and mln::geom::impl::chamfer_t< I_, W_ >::init().
| bool mln::geom::impl::chamfer_t< I_, W_ >::status |
Definition at line 70 of file geom/chamfer.hh.
| const W& mln::geom::impl::chamfer_t< I_, W_ >::win |
Definition at line 67 of file geom/chamfer.hh.
1.5.6