Public Types | Public Member Functions | Public Attributes

colorize Struct Reference

Inheritance diagram for colorize:
Inheritance graph

List of all members.

Public Types

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

Public Member Functions

 colorize (unsigned max)
result operator() (unsigned i) const

Public Attributes

std::vector< resultlut

Detailed Description

Definition at line 62 of file complex_image_wst.cc.


Member Typedef Documentation

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

Reimplemented from mln::Function< colorize >.

Definition at line 126 of file function.hh.

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

Definition at line 173 of file object.hh.

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

Definition at line 127 of file function.hh.

Definition at line 64 of file complex_image_wst.cc.


Constructor & Destructor Documentation

colorize::colorize ( unsigned  max  )  [inline]

Definition at line 65 of file complex_image_wst.cc.

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


Member Function Documentation

result colorize::operator() ( unsigned  i  )  const [inline]

Definition at line 74 of file complex_image_wst.cc.

References lut.


Member Data Documentation

std::vector<result> colorize::lut

Definition at line 78 of file complex_image_wst.cc.

Referenced by colorize(), and operator()().