BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Equal_2 Class Reference

#include <Arr_conic_traits_2.h>

List of all members.

Public Member Functions

bool operator() (const X_monotone_curve_2 &cv1, const X_monotone_curve_2 &cv2) const
bool operator() (const Point_2 &p1, const Point_2 &p2) const

template<class Rat_kernel_, class Alg_kernel_, class Nt_traits_>
class Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Equal_2


Member Function Documentation

template<class Rat_kernel_ , class Alg_kernel_ , class Nt_traits_ >
bool Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Equal_2::operator() ( const X_monotone_curve_2 cv1,
const X_monotone_curve_2 cv2 
) const [inline]

Check if the two x-monotone curves are the same (have the same graph).

Parameters:
cv1The first curve.
cv2The second curve.
Returns:
(true) if the two curves are the same; (false) otherwise.

Here is the call graph for this function:

template<class Rat_kernel_ , class Alg_kernel_ , class Nt_traits_ >
bool Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Equal_2::operator() ( const Point_2 p1,
const Point_2 p2 
) const [inline]

Check if the two points are the same.

Parameters:
p1The first point.
p2The second point.
Returns:
(true) if the two point are the same; (false) otherwise.

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