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

#include <function_objects.h>

Public Types

typedef Oriented_side result_type
 

Public Member Functions

template<class T >
Oriented_side operator() (const T &p, const T &q, const T &r, const T &s, const T &t) const
 

Detailed Description

Definition at line 332 of file function_objects.h.

Member Typedef Documentation

Definition at line 335 of file function_objects.h.

Member Function Documentation

Oriented_side operator() ( const T &  p,
const T &  q,
const T &  r,
const T &  s,
const T &  t 
) const
inline

Definition at line 339 of file function_objects.h.

References side_of_oriented_sphere().

340  { return side_of_oriented_sphere(p,q,r,s,t); }
Oriented_side side_of_oriented_sphere(const PointS3< FT > &p, const PointS3< FT > &q, const PointS3< FT > &r, const PointS3< FT > &s, const PointS3< FT > &test)
double s
Definition: blastest.C:80
NT q

Here is the call graph for this function:


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