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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class T >
bool operator() (const T &p, const T &q, const T &r) const
 

Detailed Description

Definition at line 711 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 714 of file function_objects.h.

Member Function Documentation

bool operator() ( const T &  p,
const T &  q,
const T &  r 
) const
inline

Definition at line 718 of file function_objects.h.

References are_strictly_ordered_along_line().

719  { return are_strictly_ordered_along_line(p,q,r); }
bool are_strictly_ordered_along_line(const Point_2< R > &p, const Point_2< R > &q, const Point_2< R > &r)
NT q

Here is the call graph for this function:


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