Public Member Functions |
|
| link_single_dmax_ratio_aligned_base (const component_set< L > &components, const DMax_Functor< F > &dmax_f, float min_angle, float max_angle, anchor::Type anchor) |
|
const component_set< L > & | components () const |
|
void | compute_next_site (P &p) |
|
void | compute_next_site_ (P &p) |
|
couple_t | finalize_link (unsigned current_object) |
|
couple_t | finalize_link_ (unsigned current_object) |
|
void | initialize_link (unsigned current_object) |
|
void | initialize_link_ (unsigned current_object) |
|
void | invalidate_link (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
| void | invalidate_link (unsigned current_object, const P &start_point, const P &p) |
|
void | invalidate_link_ (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
|
bool | is_potential_link (unsigned current_object, const P &start_point, const P &p) const |
|
bool | is_potential_link_ (unsigned current_object, const P &start_point, const P &p) const |
|
const L & | labeled_image () const |
|
unsigned | link (unsigned object) const |
|
const object_links< L > & | links () const |
|
L::site | start_point (unsigned current_object, anchor::Type anchor) |
| L::site | start_point (unsigned current_object) |
|
L::site | start_point_ (unsigned current_object, anchor::Type anchor) |
|
void | start_processing_object (unsigned current_object) |
|
void | start_processing_object_ (unsigned current_object) |
|
bool | valid_link (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
|
bool | valid_link_ (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
|
void | validate_link (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
| void | validate_link (unsigned current_object, const P &start_point, const P &p) |
|
void | validate_link_ (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) |
|
bool | verify_link_criterion (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) const |
|
bool | verify_link_criterion_ (unsigned current_object, const P &start_point, const P &p, anchor::Type anchor) const |
template<typename L, typename F, typename E>
class scribo::primitive::link::internal::link_single_dmax_ratio_aligned_base< L, F, E >
Definition at line 72 of file link_single_dmax_ratio_aligned_base.hh.