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

Member Typedef Documentation

typedef bool result_type

Definition at line 551 of file function_objects.h.

Member Function Documentation

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

Definition at line 555 of file function_objects.h.

References z_equal().

556  { return z_equal(a1,a2); }
bool z_equal(const PointS3< FT > &p, const PointS3< FT > &q)

Here is the call graph for this function:


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