Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
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_t black
 Literal black.
 
const blue_t blue
 Literal blue.
 
const brown_t brown
 Literal brown.
 
const cyan_t cyan
 Literal cyan.
 
const dark_gray_t dark_gray
 Literal dark gray.
 
const green_t green
 Literal green.
 
const identity_t identity
 Literal identity.
 
const light_gray_t light_gray
 Literal light gray.
 
const lime_t lime
 Literal lime.
 
const magenta_t magenta
 Literal magenta.
 
const max_t max
 Literal max.
 
const medium_gray_t medium_gray
 Literal medium_gray.
 
const min_t min
 Literal min.
 
const olive_t olive
 Literal olive.
 
const one_t one
 Literal one.
 
const orange_t orange
 Literal orange.
 
const origin_t origin
 Literal origin.
 
const pink_t pink
 Literal pink.
 
const purple_t purple
 Literal purple.
 
const red_t red
 Literal red.
 
const teal_t teal
 Literal teal.
 
const violet_t violet
 Literal violet.
 
const white_t white
 Literal white.
 
const yellow_t yellow
 Literal yellow.
 
const zero_t zero
 Literal zero.
 

Detailed Description

Namespace of literals.

Variable Documentation

const black_t mln::literal::black

Literal black.

Definition at line 64 of file black.hh.

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

const blue_t mln::literal::blue

Literal blue.

Definition at line 274 of file colors.hh.

const brown_t mln::literal::brown

Literal brown.

Definition at line 276 of file colors.hh.

const cyan_t mln::literal::cyan

Literal cyan.

Definition at line 290 of file colors.hh.

const dark_gray_t mln::literal::dark_gray

Literal dark gray.

Definition at line 82 of file grays.hh.

const green_t mln::literal::green

Literal green.

Definition at line 272 of file colors.hh.

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

const identity_t mln::literal::identity

Literal identity.

Definition at line 63 of file identity.hh.

const light_gray_t mln::literal::light_gray

Literal light gray.

Definition at line 78 of file grays.hh.

const lime_t mln::literal::lime

Literal lime.

Definition at line 278 of file colors.hh.

const magenta_t mln::literal::magenta

Literal magenta.

Definition at line 292 of file colors.hh.

const max_t mln::literal::max

Literal max.

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

const medium_gray_t mln::literal::medium_gray

Literal medium_gray.

Definition at line 80 of file grays.hh.

const min_t mln::literal::min

Literal min.

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

const olive_t mln::literal::olive

Literal olive.

Definition at line 296 of file colors.hh.

const one_t mln::literal::one

Literal one.

Definition at line 79 of file one.hh.

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

const orange_t mln::literal::orange

Literal orange.

Definition at line 280 of file colors.hh.

const origin_t mln::literal::origin
const pink_t mln::literal::pink

Literal pink.

Definition at line 282 of file colors.hh.

const purple_t mln::literal::purple

Literal purple.

Definition at line 284 of file colors.hh.

const red_t mln::literal::red

Literal red.

Definition at line 270 of file colors.hh.

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

const teal_t mln::literal::teal

Literal teal.

Definition at line 286 of file colors.hh.

const violet_t mln::literal::violet

Literal violet.

Definition at line 288 of file colors.hh.

const white_t mln::literal::white

Literal white.

Definition at line 64 of file white.hh.

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

const yellow_t mln::literal::yellow

Literal yellow.

Definition at line 294 of file colors.hh.