BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
Arr_batched_point_location_traits_2< Arrangement_ >::Is_vertical_2 Class Reference

#include <Arr_batched_point_location_traits_2.h>

List of all members.

Public Member Functions

bool operator() (const X_monotone_curve_2 &xcv) const

Protected Member Functions

 Is_vertical_2 (const Base_is_vertical_2 &base)

Protected Attributes

Base_is_vertical_2 m_base_is_vert
 The base operator.

Friends

class Arr_batched_point_location_traits_2< Arrangement_2 >
 Allow its functor obtaining function calling the private constructor.

Detailed Description

template<typename Arrangement_>
class Arr_batched_point_location_traits_2< Arrangement_ >::Is_vertical_2

A functor that checks whether a given x-monotone curve is vertical.


Constructor & Destructor Documentation

template<typename Arrangement_ >
Arr_batched_point_location_traits_2< Arrangement_ >::Is_vertical_2::Is_vertical_2 ( const Base_is_vertical_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 Arrangement_ >
bool Arr_batched_point_location_traits_2< Arrangement_ >::Is_vertical_2::operator() ( const X_monotone_curve_2 xcv) const [inline]

Here is the call graph for this function:


Friends And Related Function Documentation

template<typename Arrangement_ >
friend class Arr_batched_point_location_traits_2< Arrangement_2 > [friend]

Allow its functor obtaining function calling the private constructor.


Member Data Documentation

template<typename Arrangement_ >
Base_is_vertical_2 Arr_batched_point_location_traits_2< Arrangement_ >::Is_vertical_2::m_base_is_vert [protected]

The base operator.


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