mirror of https://github.com/CGAL/cgal
- Removed useless "template <>".
This commit is contained in:
parent
14eb41bad2
commit
d16aed673a
|
|
@ -1,5 +1,9 @@
|
|||
Changes done to the Interval Arithmetic package.
|
||||
|
||||
Version 4.47 on ?? June 2000
|
||||
- Removed useless "template <>" before full specializations of function
|
||||
templates.
|
||||
|
||||
Version 4.46 on 12 June 2000
|
||||
- Debuggued Lazy_exact_nt<>.
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -85,8 +83,6 @@ power_testC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -237,8 +233,6 @@ struct Static_Filtered_power_testC2_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -335,8 +329,6 @@ power_testC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -410,8 +402,6 @@ power_testC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -460,8 +450,6 @@ power_testC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -609,8 +597,6 @@ struct Static_Filtered_power_testC2_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -695,8 +681,6 @@ power_testC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -109,8 +107,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -313,8 +309,6 @@ struct Static_Filtered_power_testC3_20
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -451,8 +445,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -558,8 +550,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -629,8 +619,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -863,8 +851,6 @@ struct Static_Filtered_power_testC3_16
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -986,8 +972,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -1082,8 +1066,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -1141,8 +1123,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -1329,8 +1309,6 @@ struct Static_Filtered_power_testC3_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -1432,8 +1410,6 @@ power_testC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -97,8 +95,6 @@ power_testH2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -285,8 +281,6 @@ struct Static_Filtered_power_testH2_16
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -403,8 +397,6 @@ power_testH2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -494,8 +486,6 @@ power_testH2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -553,8 +543,6 @@ power_testH2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -737,8 +725,6 @@ struct Static_Filtered_power_testH2_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -836,8 +822,6 @@ power_testH2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -124,8 +122,6 @@ power_testH3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -379,8 +375,6 @@ struct Static_Filtered_power_testH3_25
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
@ -542,8 +536,6 @@ power_testH3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -76,8 +74,6 @@ in_smallest_orthogonalcircleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -197,8 +193,6 @@ struct Static_Filtered_in_smallest_orthogonalcircleC2_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -280,8 +274,6 @@ in_smallest_orthogonalcircleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -67,8 +65,6 @@ equal_lineC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -197,8 +193,6 @@ struct Static_Filtered_equal_lineC2_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -271,8 +265,6 @@ equal_lineC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -328,8 +320,6 @@ equal_lineC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -372,8 +362,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -483,8 +471,6 @@ struct Static_Filtered_compare_xC2_7
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -557,8 +543,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -613,8 +597,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -663,8 +645,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -798,8 +778,6 @@ struct Static_Filtered_compare_xC2_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -884,8 +862,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -950,8 +926,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1009,8 +983,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1153,8 +1125,6 @@ struct Static_Filtered_compare_xC2_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1253,8 +1223,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1330,8 +1298,6 @@ compare_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1368,8 +1334,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1424,10 +1388,10 @@ struct Static_Filtered_compare_y_at_xC2_5
|
|||
{
|
||||
typedef Static_filter_error FT;
|
||||
|
||||
Sign s = CGAL::Static_Filtered_sign_1::update_epsilon(lb,
|
||||
Sign s = CGAL_NTS Static_Filtered_sign_1::update_epsilon(lb,
|
||||
epsilon_0);
|
||||
CGAL_kernel_assertion( s != ZERO );
|
||||
return Comparison_result (s * CGAL::Static_Filtered_sign_1::update_epsilon(la*px + lb*py + lc,
|
||||
return Comparison_result (s * CGAL_NTS Static_Filtered_sign_1::update_epsilon(la*px + lb*py + lc,
|
||||
epsilon_1));
|
||||
}
|
||||
|
||||
|
|
@ -1453,18 +1417,16 @@ struct Static_Filtered_compare_y_at_xC2_5
|
|||
{
|
||||
typedef Restricted_double FT;
|
||||
|
||||
Sign s = CGAL::Static_Filtered_sign_1::epsilon_variant(lb,
|
||||
Sign s = CGAL_NTS Static_Filtered_sign_1::epsilon_variant(lb,
|
||||
epsilon_0);
|
||||
CGAL_kernel_assertion( s != ZERO );
|
||||
return Comparison_result (s * CGAL::Static_Filtered_sign_1::epsilon_variant(la*px + lb*py + lc,
|
||||
return Comparison_result (s * CGAL_NTS Static_Filtered_sign_1::epsilon_variant(la*px + lb*py + lc,
|
||||
epsilon_1));
|
||||
}
|
||||
};
|
||||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1527,8 +1489,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1575,8 +1535,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1619,8 +1577,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1730,8 +1686,6 @@ struct Static_Filtered_compare_y_at_xC2_7
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1805,8 +1759,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1862,8 +1814,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -1912,8 +1862,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2035,8 +1983,6 @@ struct Static_Filtered_compare_y_at_xC2_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2120,8 +2066,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2185,8 +2129,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2244,8 +2186,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2390,8 +2330,6 @@ struct Static_Filtered_compare_y_at_xC2_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2491,8 +2429,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2569,8 +2505,6 @@ compare_y_at_xC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -2604,8 +2538,6 @@ equal_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -2706,8 +2638,6 @@ struct Static_Filtered_equal_directionC2_4
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -2768,8 +2698,6 @@ equal_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -2815,8 +2743,6 @@ equal_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -2850,8 +2776,6 @@ compare_deltax_deltayC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -2932,8 +2856,6 @@ struct Static_Filtered_compare_deltax_deltayC2_4
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -2990,8 +2912,6 @@ compare_deltax_deltayC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -3033,8 +2953,6 @@ compare_deltax_deltayC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Orientation
|
||||
|
|
@ -3074,8 +2992,6 @@ orientationC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Orientation
|
||||
|
|
@ -3168,8 +3084,6 @@ struct Static_Filtered_orientationC2_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Orientation
|
||||
|
|
@ -3236,8 +3150,6 @@ orientationC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Orientation
|
||||
|
|
@ -3287,8 +3199,6 @@ orientationC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -3334,8 +3244,6 @@ side_of_oriented_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -3472,8 +3380,6 @@ struct Static_Filtered_side_of_oriented_circleC2_8
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -3550,8 +3456,6 @@ side_of_oriented_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -3609,8 +3513,6 @@ side_of_oriented_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -3656,8 +3558,6 @@ side_of_bounded_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -3768,8 +3668,6 @@ struct Static_Filtered_side_of_bounded_circleC2_8
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -3847,8 +3745,6 @@ side_of_bounded_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -3907,8 +3803,6 @@ side_of_bounded_circleC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -3948,8 +3842,6 @@ cmp_dist_to_pointC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4042,8 +3934,6 @@ struct Static_Filtered_cmp_dist_to_pointC2_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4110,8 +4000,6 @@ cmp_dist_to_pointC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4161,8 +4049,6 @@ cmp_dist_to_pointC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4202,8 +4088,6 @@ cmp_signed_dist_to_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4296,8 +4180,6 @@ struct Static_Filtered_cmp_signed_dist_to_directionC2_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4364,8 +4246,6 @@ cmp_signed_dist_to_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4415,8 +4295,6 @@ cmp_signed_dist_to_directionC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4462,8 +4340,6 @@ cmp_signed_dist_to_lineC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4566,8 +4442,6 @@ struct Static_Filtered_cmp_signed_dist_to_lineC2_8
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
@ -4644,8 +4518,6 @@ cmp_signed_dist_to_lineC2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Comparison_result
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -67,8 +65,6 @@ strict_dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -171,8 +167,6 @@ struct Static_Filtered_strict_dominanceC3_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -241,8 +235,6 @@ strict_dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -294,8 +286,6 @@ strict_dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -335,8 +325,6 @@ dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -439,8 +427,6 @@ struct Static_Filtered_dominanceC3_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -509,8 +495,6 @@ dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -562,8 +546,6 @@ dominanceC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -612,8 +594,6 @@ collinearC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -745,8 +725,6 @@ struct Static_Filtered_collinearC3_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -830,8 +808,6 @@ collinearC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -895,8 +871,6 @@ collinearC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Orientation
|
||||
|
|
@ -954,8 +928,6 @@ orientationC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Orientation
|
||||
|
|
@ -1080,8 +1052,6 @@ struct Static_Filtered_orientationC3_12
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Orientation
|
||||
|
|
@ -1178,8 +1148,6 @@ orientationC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Orientation
|
||||
|
|
@ -1253,8 +1221,6 @@ orientationC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -1294,8 +1260,6 @@ equal_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -1428,8 +1392,6 @@ struct Static_Filtered_equal_directionC3_6
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -1504,8 +1466,6 @@ equal_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
bool
|
||||
|
|
@ -1563,8 +1523,6 @@ equal_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -1607,8 +1565,6 @@ side_of_oriented_planeC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -1704,8 +1660,6 @@ struct Static_Filtered_side_of_oriented_planeC3_7
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -1777,8 +1731,6 @@ side_of_oriented_planeC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -1832,8 +1784,6 @@ side_of_oriented_planeC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -1900,8 +1850,6 @@ side_of_oriented_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -2075,8 +2023,6 @@ struct Static_Filtered_side_of_oriented_sphereC3_15
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -2188,8 +2134,6 @@ side_of_oriented_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Oriented_side
|
||||
|
|
@ -2275,8 +2219,6 @@ side_of_oriented_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -2343,8 +2285,6 @@ side_of_bounded_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -2502,8 +2442,6 @@ struct Static_Filtered_side_of_bounded_sphereC3_15
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -2616,8 +2554,6 @@ side_of_bounded_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Bounded_side
|
||||
|
|
@ -2704,8 +2640,6 @@ side_of_bounded_sphereC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2754,8 +2688,6 @@ cmp_dist_to_pointC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2863,8 +2795,6 @@ struct Static_Filtered_cmp_dist_to_pointC3_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -2946,8 +2876,6 @@ cmp_dist_to_pointC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3009,8 +2937,6 @@ cmp_dist_to_pointC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3059,8 +2985,6 @@ cmp_signed_dist_to_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3168,8 +3092,6 @@ struct Static_Filtered_cmp_signed_dist_to_directionC3_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3251,8 +3173,6 @@ cmp_signed_dist_to_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3314,8 +3234,6 @@ cmp_signed_dist_to_directionC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3382,8 +3300,6 @@ cmp_signed_dist_to_planeC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3525,8 +3441,6 @@ struct Static_Filtered_cmp_signed_dist_to_planeC3_15
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
@ -3638,8 +3552,6 @@ cmp_signed_dist_to_planeC3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_MEDIUM_INLINE */
|
||||
Comparison_result
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -61,8 +59,6 @@ sign_of_determinant2x2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -111,8 +107,11 @@ struct Static_Filtered_sign_of_determinant2x2_4
|
|||
double & epsilon_0)
|
||||
{
|
||||
typedef Static_filter_error FT;
|
||||
return static_cast<Sign>(static_cast<int>(CGAL::Static_Filtered_compare_2::update_epsilon( a00*a11, a10*a01,
|
||||
epsilon_0))); }
|
||||
|
||||
return
|
||||
static_cast<Sign>(static_cast<int>(CGAL_NTS Static_Filtered_compare_2::update_epsilon( a00*a11, a10*a01,
|
||||
epsilon_0)));
|
||||
}
|
||||
|
||||
// Call this function from the outside to update the context.
|
||||
static void new_bound (const double b) // , const double error = 0)
|
||||
|
|
@ -133,14 +132,15 @@ struct Static_Filtered_sign_of_determinant2x2_4
|
|||
const double & epsilon_0)
|
||||
{
|
||||
typedef Restricted_double FT;
|
||||
return static_cast<Sign>(static_cast<int>(CGAL::Static_Filtered_compare_2::epsilon_variant( a00*a11, a10*a01,
|
||||
epsilon_0))); }
|
||||
|
||||
return
|
||||
static_cast<Sign>(static_cast<int>(CGAL_NTS Static_Filtered_compare_2::epsilon_variant( a00*a11, a10*a01,
|
||||
epsilon_0)));
|
||||
}
|
||||
};
|
||||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -197,8 +197,6 @@ sign_of_determinant2x2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -240,8 +238,6 @@ sign_of_determinant2x2(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -290,8 +286,6 @@ sign_of_determinant3x3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -401,8 +395,6 @@ struct Static_Filtered_sign_of_determinant3x3_9
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -484,8 +476,6 @@ sign_of_determinant3x3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -547,8 +537,6 @@ sign_of_determinant3x3(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -618,8 +606,6 @@ sign_of_determinant4x4(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -766,8 +752,6 @@ struct Static_Filtered_sign_of_determinant4x4_16
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -884,8 +868,6 @@ sign_of_determinant4x4(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* inline */
|
||||
Sign
|
||||
|
|
@ -975,8 +957,6 @@ sign_of_determinant4x4(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1073,8 +1053,6 @@ sign_of_determinant5x5(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1268,8 +1246,6 @@ struct Static_Filtered_sign_of_determinant5x5_25
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1431,8 +1407,6 @@ sign_of_determinant5x5(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1558,8 +1532,6 @@ sign_of_determinant5x5(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1689,8 +1661,6 @@ sign_of_determinant6x6(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -1941,8 +1911,6 @@ struct Static_Filtered_sign_of_determinant6x6_36
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
@ -2159,8 +2127,6 @@ sign_of_determinant6x6(
|
|||
|
||||
#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* CGAL_KERNEL_LARGE_INLINE */
|
||||
Sign
|
||||
|
|
|
|||
|
|
@ -121,8 +121,6 @@ sub print_dynamic {
|
|||
print FO
|
||||
"#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* $inline */
|
||||
$ret_type
|
||||
|
|
@ -243,8 +241,6 @@ sub print_static {
|
|||
print FO
|
||||
"#ifndef CGAL_CFG_MATCHING_BUG_2
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#else
|
||||
template <>
|
||||
#endif
|
||||
/* $inline */
|
||||
$ret_type
|
||||
|
|
|
|||
Loading…
Reference in New Issue