Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 311 of file cgal_kernel.h.
Public Types | |
typedef Point_2 | result_type |
Public Member Functions | |
Rep | operator() (CGAL::Return_base_tag, CGAL::Origin o) const |
Rep | operator() (CGAL::Return_base_tag, const RT &x, const RT &y) const |
Point_2 | operator() (const CGAL::Origin &o) const |
Point_2 | operator() (const RT &x, const RT &y) const |
const Point_2 & | operator() (const Point_2 &p) const |
Point_2 | operator() (const Line_2 &l) const |
Point_2 | operator() (const Line_2 &l, int i) const |
Point_2 | operator() (const RT &x, const RT &y, const RT &w) const |
typedef Point_2 result_type |
Definition at line 318 of file cgal_kernel.h.
Rep operator() | ( | CGAL::Return_base_tag | , |
CGAL::Origin | o | ||
) | const |
Definition at line 324 of file cgal_kernel.h.
Rep operator() | ( | CGAL::Return_base_tag | , |
const RT & | x, | ||
const RT & | y | ||
) | const |
Definition at line 328 of file cgal_kernel.h.
Point_2 operator() | ( | const CGAL::Origin & | o | ) | const |
Definition at line 338 of file cgal_kernel.h.
Point_2 operator() | ( | const RT & | x, |
const RT & | y | ||
) | const |
Definition at line 342 of file cgal_kernel.h.
const Point_2 & operator() | ( | const Point_2 & | p | ) | const |
Definition at line 348 of file cgal_kernel.h.
Point_2 operator() | ( | const Line_2 & | l | ) | const |
Definition at line 354 of file cgal_kernel.h.
Point_2 operator() | ( | const Line_2 & | l, |
int | i | ||
) | const |
Definition at line 362 of file cgal_kernel.h.
Point_2 operator() | ( | const RT & | x, |
const RT & | y, | ||
const RT & | w | ||
) | const |
Definition at line 370 of file cgal_kernel.h.