Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
p_Less_dist_to_point< Point > Class Template Reference

#include <predicate_objects_on_points_2.h>

Public Member Functions

 p_Less_dist_to_point (const Point &p)
 
bool operator() (const Point &p1, const Point &p2) const
 

Private Attributes

Point _p
 

Detailed Description

template<class Point>
class p_Less_dist_to_point< Point >

Definition at line 343 of file predicate_objects_on_points_2.h.

Constructor & Destructor Documentation

p_Less_dist_to_point ( const Point &  p)
inline

Definition at line 346 of file predicate_objects_on_points_2.h.

Member Function Documentation

bool operator() ( const Point &  p1,
const Point &  p2 
) const
inline

Definition at line 347 of file predicate_objects_on_points_2.h.

References p_Less_dist_to_point< Point >::_p, and has_smaller_dist_to_point().

348  { return has_smaller_dist_to_point(_p, p1, p2); }
NT p1
CGAL_KERNEL_LARGE_INLINE bool has_smaller_dist_to_point(const PointS3< FT > &p, const PointS3< FT > &q, const PointS3< FT > &r)

Here is the call graph for this function:

Member Data Documentation

Point _p
private

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