Classes | Variables

mln::literal Namespace Reference

Namespace of literals. More...

Classes

struct  black_t
 Type of literal black. More...
struct  blue_t
 Type of literal blue. More...
struct  brown_t
 Type of literal brown. More...
struct  cyan_t
 Type of literal cyan. More...
struct  green_t
 Type of literal green. More...
struct  identity_t
 Type of literal identity. More...
struct  light_gray_t
 Type of literal grays. More...
struct  lime_t
 Type of literal lime. More...
struct  magenta_t
 Type of literal magenta. More...
struct  max_t
 Type of literal max. More...
struct  min_t
 Type of literal min. More...
struct  olive_t
 Type of literal olive. More...
struct  one_t
 Type of literal one. More...
struct  orange_t
 Type of literal orange. More...
struct  origin_t
 Type of literal origin. More...
struct  pink_t
 Type of literal pink. More...
struct  purple_t
 Type of literal purple. More...
struct  red_t
 Type of literal red. More...
struct  teal_t
 Type of literal teal. More...
struct  violet_t
 Type of literal violet. More...
struct  white_t
 Type of literal white. More...
struct  yellow_t
 Type of literal yellow. More...
struct  zero_t
 Type of literal zero. More...

Variables

const black_tblack = black_t()
 Literal black.
const blue_tblue = blue_t()
 Literal blue.
const brown_tbrown = brown_t()
 Literal brown.
const cyan_tcyan = cyan_t()
 Literal cyan.
const dark_gray_t & dark_gray = dark_gray_t()
 Literal dark gray.
const green_tgreen = green_t()
 Literal green.
const identity_tidentity = identity_t()
 Literal identity.
const light_gray_tlight_gray = light_gray_t()
 Literal light gray.
const lime_tlime = lime_t()
 Literal lime.
const magenta_tmagenta = magenta_t()
 Literal magenta.
const max_tmax = max_t()
 Literal max.
const medium_gray_t & medium_gray = medium_gray_t()
 Literal medium_gray.
const min_tmin = min_t()
 Literal min.
const olive_tolive = olive_t()
 Literal olive.
const one_tone = one_t()
 Literal one.
const orange_torange = orange_t()
 Literal orange.
const origin_torigin = origin_t()
 Literal origin.
const pink_tpink = pink_t()
 Literal pink.
const purple_tpurple = purple_t()
 Literal purple.
const red_tred = red_t()
 Literal red.
const teal_tteal = teal_t()
 Literal teal.
const violet_tviolet = violet_t()
 Literal violet.
const white_twhite = white_t()
 Literal white.
const yellow_tyellow = yellow_t()
 Literal yellow.
const zero_tzero = zero_t()
 Literal zero.

Detailed Description

Namespace of literals.


Variable Documentation

Literal black.

Definition at line 60 of file black.hh.

Referenced by mln::labeling::colorize(), and mln::registration::icp().

Literal blue.

Definition at line 162 of file colors.hh.

Literal brown.

Definition at line 164 of file colors.hh.

Literal cyan.

Definition at line 178 of file colors.hh.

const dark_gray_t & mln::literal::dark_gray = dark_gray_t()

Literal dark gray.

Definition at line 70 of file grays.hh.

Literal green.

Definition at line 160 of file colors.hh.

Referenced by mln::registration::icp(), and mln::make_debug_graph_image().

Literal identity.

Definition at line 54 of file identity.hh.

Literal light gray.

Definition at line 66 of file grays.hh.

Literal lime.

Definition at line 166 of file colors.hh.

Literal magenta.

Definition at line 180 of file colors.hh.

Literal max.

Definition at line 66 of file literal/max.hh.

const medium_gray_t & mln::literal::medium_gray = medium_gray_t()

Literal medium_gray.

Definition at line 68 of file grays.hh.

Literal min.

Definition at line 66 of file literal/min.hh.

Literal olive.

Definition at line 184 of file colors.hh.

Literal one.

Definition at line 69 of file one.hh.

Referenced by mln::algebra::h_vec< d, C >::h_vec(), mln::operator++(), and mln::operator--().

Literal orange.

Definition at line 168 of file colors.hh.

Literal pink.

Definition at line 170 of file colors.hh.

Literal purple.

Definition at line 172 of file colors.hh.

Literal red.

Definition at line 158 of file colors.hh.

Referenced by mln::morpho::watershed::superpose(), and mln::debug::superpose().

Literal teal.

Definition at line 174 of file colors.hh.

Literal violet.

Definition at line 176 of file colors.hh.

Literal white.

Definition at line 60 of file white.hh.

Referenced by mln::registration::icp().

Literal yellow.

Definition at line 182 of file colors.hh.