BWAPI
|
#include <Arr_batched_point_location_traits_2.h>
Public Member Functions | |
bool | operator() (const X_monotone_curve_2 &xcv1, const X_monotone_curve_2 &xcv2) const |
bool | operator() (const Point_2 &p1, const Point_2 &p2) const |
Protected Member Functions | |
Equal_2 (const Base_equal_2 &base) | |
Protected Attributes | |
Base_equal_2 | m_base_eq |
The base operator. | |
Vertex_const_handle | invalid_v |
Halfedge_const_handle | invalid_he |
Friends | |
class | Arr_batched_point_location_traits_2< Arrangement_2 > |
Allow its functor obtaining function calling the private constructor. |
A functor that checks whether two points and two x-monotone curves are identical.
Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::Equal_2 | ( | const Base_equal_2 & | base | ) | [inline, protected] |
Constructor. The constructor is declared private to allow only the functor obtaining function, which is a member of the nesting class, constructing it.
bool Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::operator() | ( | const X_monotone_curve_2 & | xcv1, |
const X_monotone_curve_2 & | xcv2 | ||
) | const [inline] |
Check if two curves are the same.
bool Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::operator() | ( | const Point_2 & | p1, |
const Point_2 & | p2 | ||
) | const [inline] |
Check if the two points are the same.
friend class Arr_batched_point_location_traits_2< Arrangement_2 > [friend] |
Allow its functor obtaining function calling the private constructor.
Halfedge_const_handle Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::invalid_he [protected] |
Vertex_const_handle Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::invalid_v [protected] |
Base_equal_2 Arr_batched_point_location_traits_2< Arrangement_ >::Equal_2::m_base_eq [protected] |
The base operator.