mirror of https://github.com/CGAL/cgal
r70321 from Mesh_3-experimental-GF
Change inexact_locate and inexact_orientation from protected to public (needed for the commit in Mesh_3 concerning inexact_locate in Mesh_sizing_field)
This commit is contained in:
parent
abb736ba8b
commit
db9f968ea9
|
|
@ -512,12 +512,12 @@ public:
|
|||
# endif // no CGAL_T3_STRUCTURAL_FILTERING_MAX_VISITED_CELLS
|
||||
|
||||
|
||||
protected:
|
||||
public:
|
||||
Cell_handle
|
||||
inexact_locate(const Point& p,
|
||||
Cell_handle start,
|
||||
int max_num_cells = CGAL_T3_STRUCTURAL_FILTERING_MAX_VISITED_CELLS) const;
|
||||
|
||||
protected:
|
||||
Cell_handle
|
||||
exact_locate(const Point& p,
|
||||
Locate_type& lt,
|
||||
|
|
@ -542,6 +542,7 @@ protected:
|
|||
return exact_locate(p, lt, li, lj, start);
|
||||
}
|
||||
|
||||
public:
|
||||
Orientation
|
||||
inexact_orientation(const Point &p, const Point &q,
|
||||
const Point &r, const Point &s) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue