Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Compare_y Class Reference

#include <function_objects.h>

Public Types

typedef Comparison_result result_type
 

Public Member Functions

template<class T1 , class T2 >
Comparison_result operator() (const T1 &a1, const T2 &a2) const
 
template<class T1 , class T2 , class T3 >
Comparison_result operator() (const T1 &a1, const T2 &a2, const T3 &a3) const
 
template<class T1 , class T2 , class T3 , class T4 >
Comparison_result operator() (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4) const
 

Detailed Description

Definition at line 602 of file function_objects.h.

Member Typedef Documentation

Definition at line 605 of file function_objects.h.

Member Function Documentation

Comparison_result operator() ( const T1 &  a1,
const T2 &  a2 
) const
inline

Definition at line 609 of file function_objects.h.

References compare_y().

610  { return compare_y(a1,a2); }
Comparison_result compare_y(const Point_2< R > &p, const Point_2< R > &q)

Here is the call graph for this function:

Comparison_result operator() ( const T1 &  a1,
const T2 &  a2,
const T3 &  a3 
) const
inline

Definition at line 614 of file function_objects.h.

References compare_y().

615  { return compare_y(a1,a2,a3); }
Comparison_result compare_y(const Point_2< R > &p, const Point_2< R > &q)

Here is the call graph for this function:

Comparison_result operator() ( const T1 &  a1,
const T2 &  a2,
const T3 &  a3,
const T4 &  a4 
) const
inline

Definition at line 619 of file function_objects.h.

References compare_y().

620  { return compare_y(a1,a2,a3,a4); }
Comparison_result compare_y(const Point_2< R > &p, const Point_2< R > &q)

Here is the call graph for this function:


The documentation for this class was generated from the following file: