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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class T1 , class T2 >
bool operator() (const T1 &a1, const T2 &a2) const
 

Detailed Description

Definition at line 559 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 562 of file function_objects.h.

Member Function Documentation

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

Definition at line 566 of file function_objects.h.

References equal_xy().

567  { return equal_xy(a1,a2); }
bool equal_xy(const PointS2< FT > &p, const PointS2< FT > &q)

Here is the call graph for this function:


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