made some portions of the code private (in the Incircle8 predicate)

This commit is contained in:
Menelaos Karavelas 2013-05-10 16:37:48 +02:00
parent df38828b43
commit 11a5f0514e
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public:
typedef Sign result_type; typedef Sign result_type;
typedef Site_2 argument_type; typedef Site_2 argument_type;
private:
inline inline
Sign predicate(const FT& Exp, const FT& Eyp, const FT& Erp, Sign predicate(const FT& Exp, const FT& Eyp, const FT& Erp,
const FT& Exrp, const FT& Eyrp, const FT& Exyp, const FT& Exrp, const FT& Eyrp, const FT& Exyp,
@ -77,6 +78,7 @@ public:
return sA * s; return sA * s;
} }
public:
inline inline
Sign operator()(const Site_2& p1, const Site_2& p2, Sign operator()(const Site_2& p1, const Site_2& p2,
const Site_2& p3, const Site_2& q) const const Site_2& p3, const Site_2& q) const