Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
p_Greater_yx< Point > Struct Template Reference

#include <predicate_objects_on_points_2.h>

Public Member Functions

bool operator() (const Point &p1, const Point &p2) const
 

Detailed Description

template<class Point>
struct p_Greater_yx< Point >

Definition at line 129 of file predicate_objects_on_points_2.h.

Member Function Documentation

bool operator() ( const Point &  p1,
const Point &  p2 
) const
inline

Definition at line 131 of file predicate_objects_on_points_2.h.

References lexicographically_yx_larger().

132  { return lexicographically_yx_larger( p1, p2); }
NT p1
bool lexicographically_yx_larger(const Point_2< R > &p, const Point_2< R > &q)

Here is the call graph for this function:


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