mirror of https://github.com/CGAL/cgal
Modified inheritance for geom_traits, cw, ccw, tds, and neighbor_translation
This commit is contained in:
parent
9631dbb835
commit
d7a70c7264
|
|
@ -108,9 +108,6 @@ public:
|
||||||
// Tag to distinguish periodic triangulations from others
|
// Tag to distinguish periodic triangulations from others
|
||||||
typedef Tag_true Periodic_tag;
|
typedef Tag_true Periodic_tag;
|
||||||
|
|
||||||
private:
|
|
||||||
typedef typename GT::FT FT;
|
|
||||||
|
|
||||||
#ifndef CGAL_CFG_USING_BASE_MEMBER_BUG_2
|
#ifndef CGAL_CFG_USING_BASE_MEMBER_BUG_2
|
||||||
using Base::cw;
|
using Base::cw;
|
||||||
using Base::ccw;
|
using Base::ccw;
|
||||||
|
|
@ -119,6 +116,9 @@ private:
|
||||||
using Base::neighbor_translation;
|
using Base::neighbor_translation;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
private:
|
||||||
|
typedef typename GT::FT FT;
|
||||||
|
|
||||||
class Dummy_point
|
class Dummy_point
|
||||||
{
|
{
|
||||||
Point _pt;
|
Point _pt;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue