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_ >::Construct_max_vertex_2 Class Reference

#include <Arr_basic_insertion_traits_2.h>

Collaboration diagram for Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Point_2 operator() (const X_monotone_curve_2 &xcv)

Protected Member Functions

 Construct_max_vertex_2 (const Base_construct_max_vertex_2 &base_max_v, const Base_equal_2 &base_equal)

Protected Attributes

Base_construct_max_vertex_2 m_base_max_v
Base_equal_2 m_base_equal
Halfedge_handle invalid_he

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_ >::Construct_max_vertex_2

A functor that obtains the right endpoint of an x-monotone curve.


Constructor & Destructor Documentation

template<typename Traits_ , typename Arrangement_ >
Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2::Construct_max_vertex_2 ( const Base_construct_max_vertex_2 base_max_v,
const Base_equal_2 base_equal 
) [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_ >
Point_2 Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2::operator() ( const X_monotone_curve_2 xcv) [inline]

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_ >
Halfedge_handle Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2::invalid_he [protected]
template<typename Traits_ , typename Arrangement_ >
Base_equal_2 Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2::m_base_equal [protected]
template<typename Traits_ , typename Arrangement_ >
Base_construct_max_vertex_2 Arr_basic_insertion_traits_2< Traits_, Arrangement_ >::Construct_max_vertex_2::m_base_max_v [protected]

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