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

#include <function_objects.h>

Public Types

typedef CGAL::Object result_type
 

Public Member Functions

template<class T1 , class T2 >
CGAL::Object operator() (const T1 &t1, const T2 &t2) const
 

Detailed Description

Definition at line 226 of file function_objects.h.

Member Typedef Documentation

Definition at line 229 of file function_objects.h.

Member Function Documentation

CGAL::Object operator() ( const T1 &  t1,
const T2 &  t2 
) const
inline

Definition at line 233 of file function_objects.h.

References intersection().

234  { return intersection( t1, t2); }
CGAL_END_NAMESPACE CGAL_BEGIN_NAMESPACE Object intersection(const Line_2< R > &line1, const Line_2< R > &line2)

Here is the call graph for this function:


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