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

#include <function_objects.h>

Public Types

typedef Bounded_side result_type
 

Public Member Functions

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

Detailed Description

Definition at line 343 of file function_objects.h.

Member Typedef Documentation

Definition at line 346 of file function_objects.h.

Member Function Documentation

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

Definition at line 350 of file function_objects.h.

References side_of_bounded_sphere().

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

Here is the call graph for this function:


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