Namespaces | Classes | Variables

mln::canvas::browsing Namespace Reference

Namespace of browsing canvas. More...

Namespaces

namespace  internal

Classes

struct  backdiagonal2d_t
 Browsing in a certain direction. More...
struct  breadth_first_search_t
 Breadth-first search algorithm for graph, on vertices. More...
struct  depth_first_search_t
 Breadth-first search algorithm for graph, on vertices. More...
struct  diagonal2d_t
 Browsing in a certain direction. More...
struct  dir_struct_elt_incr_update_t
 Browsing in a certain direction with a segment. More...
struct  directional_t
 Browsing in a certain direction. More...
struct  fwd_t
 Canvas for forward browsing. More...
struct  hyper_directional_t
 Browsing in a certain direction. More...
struct  snake_fwd_t
 Browsing in a snake-way, forward. More...
struct  snake_generic_t
 Multidimentional Browsing in a given-way. More...
struct  snake_vert_t
 Browsing in a snake-way, forward. More...

Variables

const backdiagonal2d_t backdiagonal2d
const breadth_first_search_t breadth_first_search
const depth_first_search_t depth_first_search
const diagonal2d_t diagonal2d
const dir_struct_elt_incr_update_t dir_struct_elt_incr_update
const directional_t directional
const fwd_t fwd
const hyper_directional_t hyper_directional
const snake_fwd_t snake_fwd
const snake_generic_t snake_generic
const snake_vert_t snake_vert

Detailed Description

Namespace of browsing canvas.


Variable Documentation

Referenced by mln::graph::compute().