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

Definition at line 98 of file backdiagonal2d.hh.

Referenced by mln::accu::internal::transform_diagonal_dispatch().

Definition at line 89 of file breadth_first_search.hh.

Definition at line 92 of file depth_first_search.hh.

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

Definition at line 94 of file diagonal2d.hh.

Referenced by mln::accu::internal::transform_diagonal_dispatch().

Definition at line 96 of file dir_struct_elt_incr_update.hh.

Definition at line 102 of file directional.hh.

Referenced by mln::accu::internal::transform_directional_dispatch().

Definition at line 82 of file fwd.hh.

Referenced by mln::canvas::browsing::snake_fwd_t::operator()().

Definition at line 84 of file hyper_directional.hh.

Definition at line 96 of file snake_fwd.hh.

Referenced by mln::data::impl::generic::median().

Definition at line 90 of file snake_generic.hh.

Referenced by mln::accu::internal::transform_snake_dispatch().

Definition at line 93 of file snake_vert.hh.