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

#include <Arr_insertion_traits_2.h>

Collaboration diagram for Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2:
Collaboration graph
[legend]

List of all members.

Public Member Functions

template<typename OutputIterator >
OutputIterator operator() (const X_monotone_curve_2 &cv1, const X_monotone_curve_2 &cv2, OutputIterator oi)

Protected Member Functions

 Intersect_2 (const Base_intersect_2 &base)

Protected Attributes

Base_intersect_2 m_base_intersect
 The base operators.
Halfedge_handle invalid_he

Friends

class Arr_insertion_traits_2< Traits_2, Arrangement_ >
 Allow its functor obtaining function calling the private constructor.

Detailed Description

template<typename Traits_, typename Arrangement_>
class Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2

A functor that compares compares the y-coordinates of two x-monotone curves immediately to the right of their intersection point.


Constructor & Destructor Documentation

template<typename Traits_ , typename Arrangement_ >
Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2::Intersect_2 ( const Base_intersect_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_ >
template<typename OutputIterator >
OutputIterator Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2::operator() ( const X_monotone_curve_2 cv1,
const X_monotone_curve_2 cv2,
OutputIterator  oi 
) [inline]

Here is the call graph for this function:


Friends And Related Function Documentation

template<typename Traits_ , typename Arrangement_ >
friend class Arr_insertion_traits_2< Traits_2, Arrangement_ > [friend]

Allow its functor obtaining function calling the private constructor.


Member Data Documentation

template<typename Traits_ , typename Arrangement_ >
Halfedge_handle Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2::invalid_he [protected]
template<typename Traits_ , typename Arrangement_ >
Base_intersect_2 Arr_insertion_traits_2< Traits_, Arrangement_ >::Intersect_2::m_base_intersect [protected]

The base operators.


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