Public Member Functions | |
| void | added_to_queue (unsigned id) |
| void | added_to_queue (unsigned id) |
| void | final () |
| void | final () |
| template<typename G > | |
| void | init (const mln::Graph< G > &g) |
| template<typename G > | |
| void | init (const mln::Graph< G > &g) |
| void | new_component_from_vertex (unsigned id) |
| void | new_component_from_vertex (unsigned id) |
| void | next_component () |
| void | next_component () |
| void | process_vertex (unsigned id) |
| void | process_vertex (unsigned id) |
| bool | to_be_queued (unsigned id) |
| bool | to_be_queued (unsigned id) |
| bool | to_be_treated (unsigned id) |
| bool | to_be_treated (unsigned id) |
Public Attributes | |
| mln::util::array< bool > | deja_vu_ |
| mln::util::array< unsigned > | order |
| void Functor::added_to_queue | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| void Functor::added_to_queue | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| void Functor::final | ( | ) | [inline] |
| void Functor::final | ( | ) | [inline] |
| void Functor::init | ( | const mln::Graph< G > & | g | ) | [inline] |
References deja_vu_, mln::util::array< T >::fill(), order, and mln::util::array< T >::resize().
| void Functor::init | ( | const mln::Graph< G > & | g | ) | [inline] |
References deja_vu_, mln::util::array< T >::fill(), order, and mln::util::array< T >::resize().
| void Functor::new_component_from_vertex | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| void Functor::new_component_from_vertex | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| void Functor::next_component | ( | ) | [inline] |
| void Functor::next_component | ( | ) | [inline] |
| void Functor::process_vertex | ( | unsigned | id | ) | [inline] |
References mln::util::array< T >::append(), and order.
| void Functor::process_vertex | ( | unsigned | id | ) | [inline] |
References mln::util::array< T >::append(), and order.
| bool Functor::to_be_queued | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| bool Functor::to_be_queued | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| bool Functor::to_be_treated | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| bool Functor::to_be_treated | ( | unsigned | id | ) | [inline] |
References deja_vu_.
| mln::util::array< bool > Functor::deja_vu_ |
Referenced by added_to_queue(), init(), new_component_from_vertex(), to_be_queued(), and to_be_treated().
| mln::util::array< unsigned > Functor::order |
Referenced by init(), and process_vertex().
1.7.1