BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Equal_2 Class Reference

#include <Arr_basic_insertion_traits_2.h>

List of all members.

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

Friends

class Arr_basic_insertion_traits_2< Traits_, Arrangement_ >
 Allow its functor obtaining function calling the private constructor.

Detailed Description

template<typename Traits_, typename Arrangement_>
class Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Equal_2

A functor that checks whether two points and two x-monotone curves are identical.


Constructor & Destructor Documentation

template<typename Traits_ , typename Arrangement_ >
Arr_basic_insertion_traits_2< Traits_, 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.


Member Function Documentation

template<typename Traits_ , typename Arrangement_ >
bool Arr_basic_insertion_traits_2< Traits_, 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.

Here is the call graph for this function:

template<typename Traits_ , typename Arrangement_ >
bool Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Equal_2::operator() ( const Point_2 p1,
const Point_2 p2 
) const [inline]

Check if the two points are the same.

Here is the call graph for this function:


Friends And Related Function Documentation

template<typename Traits_ , typename Arrangement_ >
friend class Arr_basic_insertion_traits_2< Traits_, Arrangement_ > [friend]

Allow its functor obtaining function calling the private constructor.


Member Data Documentation

template<typename Traits_ , typename Arrangement_ >
Base_equal_2 Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Equal_2::m_base_eq [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines