Public Types | Public Member Functions

mln::my_ext Struct Reference

Inheritance diagram for mln::my_ext:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef my_ext exact_t
typedef void mutable_result
typedef value::rgb8 result

Public Member Functions

value::rgb8 operator() (const point2d &p) const

Detailed Description

Definition at line 43 of file doc/examples/extend.cc.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< my_ext >::category [inherited]

Reimplemented from mln::Function< my_ext >.

Definition at line 126 of file function.hh.

typedef my_ext mln::Object< my_ext >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< my_ext >::mutable_result [inherited]

Definition at line 127 of file function.hh.

Definition at line 46 of file doc/examples/extend.cc.


Member Function Documentation

value::rgb8 mln::my_ext::operator() ( const point2d p  )  const [inline]

Definition at line 48 of file doc/examples/extend.cc.

References mln::literal::black, and mln::literal::white.