Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Counterclockwise_in_between 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 279 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 282 of file function_objects.h.

Member Function Documentation

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

Definition at line 286 of file function_objects.h.

287  { return p.counterclockwise_in_between(q,r); }
NT q

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